diff options
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): |