summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-23 22:02:16 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-23 22:02:16 +0100
commit2d492e58810a5c0c1a52cee4837b3ca4697531a3 (patch)
treea7dc1b9421f708cbfd3efe375f9f6670a783f030 /module/network
parentadded missing curl.close (diff)
downloadpyload-2d492e58810a5c0c1a52cee4837b3ca4697531a3.tar.xz
FileSonic Premium
Diffstat (limited to 'module/network')
-rw-r--r--module/network/HTTPRequest.py2
1 files changed, 1 insertions, 1 deletions
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)