From: Alexander Yaburov Date: Wed, 23 May 2018 05:02:03 +0000 (+0500) Subject: increased CURLOPT_BUFFERSIZE from 128 to 256 X-Git-Tag: 18.8~34^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=74a98a6ff2c12bee11ca243af84fb17e45602c8b;p=tt-rss.git increased CURLOPT_BUFFERSIZE from 128 to 256 --- 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