aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/downloadrequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/downloadrequest.cpp')
-rw-r--r--backends/cloud/downloadrequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/downloadrequest.cpp b/backends/cloud/downloadrequest.cpp
index 8124fd67d7..e86b6552e9 100644
--- a/backends/cloud/downloadrequest.cpp
+++ b/backends/cloud/downloadrequest.cpp
@@ -45,7 +45,7 @@ bool DownloadRequest::handle() {
return true;
}
- const int kBufSize = 16 * 1024;
+ const int kBufSize = 640 * 1024; //640 KB is enough to everyone?..
char buf[kBufSize];
uint32 readBytes = _remoteFileStream->read(buf, kBufSize);