From 2d492e58810a5c0c1a52cee4837b3ca4697531a3 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 23 Jan 2011 22:02:16 +0100 Subject: FileSonic Premium --- module/network/HTTPRequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network/HTTPRequest.py') diff --git a/module/network/HTTPRequest.py b/module/network/HTTPRequest.py index fa34ad5b3..ebb3c3177 100644 --- a/module/network/HTTPRequest.py +++ b/module/network/HTTPRequest.py @@ -65,7 +65,7 @@ class HTTPRequest(): self.c.setopt(pycurl.AUTOREFERER, 1) self.c.setopt(pycurl.SSL_VERIFYPEER, 0) self.c.setopt(pycurl.LOW_SPEED_TIME, 30) - self.c.setopt(pycurl.LOW_SPEED_LIMIT, 20) + self.c.setopt(pycurl.LOW_SPEED_LIMIT, 100) #self.c.setopt(pycurl.VERBOSE, 1) -- cgit v1.2.3