summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-23 23:15:37 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-23 23:15:37 +0100
commitd66bfc3f0754d2b563d30ac3e6e7b55f2fdefdf7 (patch)
treeddbd7d825830e41b6403817701d29777189b275a /module/network
parentFileSonic Premium (diff)
downloadpyload-d66bfc3f0754d2b563d30ac3e6e7b55f2fdefdf7.tar.xz
closed memory leak in debug mode, closed #217
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 ebb3c3177..fe4a577b6 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, 100)
+ self.c.setopt(pycurl.LOW_SPEED_LIMIT, 5)
#self.c.setopt(pycurl.VERBOSE, 1)