diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-20 20:18:11 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-20 20:18:11 +0100 |
commit | 9666001e570275fa08a5766639c437d40bbb0545 (patch) | |
tree | 174566817e3b11f09cbc5dbdb02dd72558e629fc /module/network/HTTPChunk.py | |
parent | bucket improvement (diff) | |
download | pyload-9666001e570275fa08a5766639c437d40bbb0545.tar.xz |
improved bucket
Diffstat (limited to 'module/network/HTTPChunk.py')
-rw-r--r-- | module/network/HTTPChunk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/HTTPChunk.py b/module/network/HTTPChunk.py index 0c87283f1..509ff3983 100644 --- a/module/network/HTTPChunk.py +++ b/module/network/HTTPChunk.py @@ -53,7 +53,7 @@ class HTTPChunk(HTTPBase): self.speedCalcTime = None self.speedCalcLen = 0 - self.bufferSize = 16*1024 #tune if performance is poor + self.bufferSize = 18*1024 #tune if performance is poor self.resp = None def getSpeed(self): |