summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Yaburov <[email protected]>2018-05-23 10:02:03 +0500
committerAlexander Yaburov <[email protected]>2018-05-23 10:02:03 +0500
commit74a98a6ff2c12bee11ca243af84fb17e45602c8b (patch)
treed5a08ea6a466688eee91a55057256058c0207377 /include
parentb14f6d58b472e20b3e6cffd54916ea4fea526acd (diff)
increased CURLOPT_BUFFERSIZE from 128 to 256
Diffstat (limited to 'include')
-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