mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
disable http retries
logs indicate client was retrying based on timeout and so on, causing more problems
This commit is contained in:
parent
0fbc94c186
commit
01832a9139
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ from hooks import runHook
|
|||
import anki
|
||||
|
||||
# syncing vars
|
||||
httplib2.RETRIES = 0
|
||||
HTTP_TIMEOUT = 30
|
||||
HTTP_PROXY = None
|
||||
|
||||
|
|
Loading…
Reference in a new issue