From: fox Date: Wed, 23 May 2018 05:19:59 +0000 (+0000) Subject: Merge branch 'master' of impa/tt-rss into master X-Git-Tag: 18.8~34 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f7253dbb4e1ffd8a8e24219db61d05eb3b20c04b;hp=b14f6d58b472e20b3e6cffd54916ea4fea526acd;p=tt-rss.git Merge branch 'master' of impa/tt-rss into master --- diff --git a/include/functions.php b/include/functions.php index 85fc281f..d54dacdc 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