summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-05-23 05:19:59 +0000
committerGogs <[email protected]>2018-05-23 05:19:59 +0000
commitf7253dbb4e1ffd8a8e24219db61d05eb3b20c04b (patch)
treed5a08ea6a466688eee91a55057256058c0207377
parentb14f6d58b472e20b3e6cffd54916ea4fea526acd (diff)
parent74a98a6ff2c12bee11ca243af84fb17e45602c8b (diff)
Merge branch 'master' of impa/tt-rss into master
-rwxr-xr-xinclude/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 85fc281fb..d54dacdc6 100755
--- a/include/functions.php
+++ b/include/functions.php
@@ -409,7 +409,7 @@
if ($max_size) {
curl_setopt($ch, CURLOPT_NOPROGRESS, false);
- curl_setopt($ch, CURLOPT_BUFFERSIZE, 128); // needed to get 5 arguments in progress function?
+ curl_setopt($ch, CURLOPT_BUFFERSIZE, 256); // needed to get 5 arguments in progress function?
// holy shit closures in php
// download & upload are *expected* sizes respectively, could be zero