From 9d5d6ace435215e61c6ccb9c6b9a93b4a6b66239 Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 12 Nov 2009 14:46:41 +0100 Subject: increased max download time --- module/network/Request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network/Request.py') diff --git a/module/network/Request.py b/module/network/Request.py index ce07d9c90..37837fcaa 100755 --- a/module/network/Request.py +++ b/module/network/Request.py @@ -89,7 +89,7 @@ class Request: self.pycurl = pycurl.Curl() self.pycurl.setopt(pycurl.FOLLOWLOCATION, 1) self.pycurl.setopt(pycurl.MAXREDIRS, 5) - self.pycurl.setopt(pycurl.TIMEOUT, 3600) + self.pycurl.setopt(pycurl.TIMEOUT, 5*3600) self.pycurl.setopt(pycurl.CONNECTTIMEOUT, 30) self.pycurl.setopt(pycurl.NOSIGNAL, 1) self.pycurl.setopt(pycurl.NOPROGRESS, 0) -- cgit v1.2.3