From 74a98a6ff2c12bee11ca243af84fb17e45602c8b Mon Sep 17 00:00:00 2001 From: Alexander Yaburov Date: Wed, 23 May 2018 10:02:03 +0500 Subject: [PATCH] increased CURLOPT_BUFFERSIZE from 128 to 256 --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2