]> git.wh0rd.org - tt-rss.git/commitdiff
Merge branch 'master' of impa/tt-rss into master
authorfox <fox+git@fakecake.org>
Wed, 23 May 2018 05:19:59 +0000 (05:19 +0000)
committerGogs <gogs@fake.local>
Wed, 23 May 2018 05:19:59 +0000 (05:19 +0000)
include/functions.php

index 85fc281fb9af80a950d31b18a9a4ceb7b15bae70..d54dacdc60e56c0c636824f3aa52d9a29e6a33cb 100755 (executable)
 
                        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