diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-07 22:50:26 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-07 22:50:26 +0200 |
commit | c2029bf97a5b9c2e06473ad352b7dd174a06a648 (patch) | |
tree | f44c54e79bb648845209e8bb75b34fe33efeb9cf /module/network | |
parent | closed #149 (diff) | |
download | pyload-c2029bf97a5b9c2e06473ad352b7dd174a06a648.tar.xz |
new locale
Diffstat (limited to 'module/network')
-rwxr-xr-x | module/network/Request.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/network/Request.py b/module/network/Request.py index 03b69f528..f9941d74c 100755 --- a/module/network/Request.py +++ b/module/network/Request.py @@ -89,8 +89,8 @@ class Request: self.pycurl.setopt(pycurl.HEADERFUNCTION, self.write_header) #self.pycurl.setopt(pycurl.BUFFERSIZE, self.bufferSize) self.pycurl.setopt(pycurl.SSL_VERIFYPEER, 0) - self.pycurl.setopt(pycurl.LOW_SPEED_TIME, 20) - self.pycurl.setopt(pycurl.LOW_SPEED_LIMIT, 100) + self.pycurl.setopt(pycurl.LOW_SPEED_TIME, 30) + self.pycurl.setopt(pycurl.LOW_SPEED_LIMIT, 20) if self.debug: self.pycurl.setopt(pycurl.VERBOSE, 1) |