disable http retries

logs indicate client was retrying based on timeout and so on,
causing more problems
This commit is contained in:
Damien Elmes 2013-10-18 14:21:47 +09:00
parent 0fbc94c186
commit 01832a9139

View file

@ -17,6 +17,7 @@ from hooks import runHook
import anki import anki
# syncing vars # syncing vars
httplib2.RETRIES = 0
HTTP_TIMEOUT = 30 HTTP_TIMEOUT = 30
HTTP_PROXY = None HTTP_PROXY = None