mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
change 60 to 30
This commit is contained in:
parent
d747745f13
commit
7c630b9805
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue