Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/downloadmanager.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-08 14:57:04 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-08 14:57:04 (GMT)
commitb5ed8c31b4877f40ad76e01b70c23bcd60d3af62 (patch)
tree0c9ec8a86856e48fd020007447f8620578f9e171 /downloadmanager.py
parenta62f83b3cee47dba9e9863d57a9bb36b7c2c28e7 (diff)
Really increase timeout.
Diffstat (limited to 'downloadmanager.py')
-rw-r--r--downloadmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/downloadmanager.py b/downloadmanager.py
index 500a374..fcafad2 100644
--- a/downloadmanager.py
+++ b/downloadmanager.py
@@ -116,7 +116,7 @@ class Download:
datastore.write(self._dl_jobject,
reply_handler=self._internal_save_cb,
error_handler=self._internal_save_error_cb,
- timeout=360)
+ timeout=360000)
def _cleanup_datastore_write(self):
global _active_ds_writes