mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
more generous timeout
This commit is contained in:
parent
01832a9139
commit
313fc7c9ef
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import anki
|
|||
|
||||
# syncing vars
|
||||
httplib2.RETRIES = 0
|
||||
HTTP_TIMEOUT = 30
|
||||
HTTP_TIMEOUT = 90
|
||||
HTTP_PROXY = None
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue