change 60 to 30

This commit is contained in:
Damien Elmes 2008-11-14 14:06:21 +09:00
parent d747745f13
commit 7c630b9805

View file

@ -902,7 +902,7 @@ class HttpSyncServerProxy(SyncServer):
"Check auth, protocol & grab deck list." "Check auth, protocol & grab deck list."
if not self.decks: if not self.decks:
import socket import socket
socket.setdefaulttimeout(60) socket.setdefaulttimeout(30)
d = self.runCmd("getDecks", d = self.runCmd("getDecks",
libanki=anki.version, libanki=anki.version,
client=clientVersion, client=clientVersion,