From c2029bf97a5b9c2e06473ad352b7dd174a06a648 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 7 Oct 2010 22:50:26 +0200 Subject: new locale --- module/network/Request.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/network/Request.py') 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) -- cgit v1.2.3