Bläddra i källkod

Merge branch 'master' of impa/tt-rss into master

fox 6 år sedan
förälder
incheckning
f7253dbb4e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      include/functions.php

+ 1 - 1
include/functions.php

@@ -409,7 +409,7 @@
 
 
 			if ($max_size) {
 			if ($max_size) {
 				curl_setopt($ch, CURLOPT_NOPROGRESS, false);
 				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
 				// holy shit closures in php
 				// download & upload are *expected* sizes respectively, could be zero
 				// download & upload are *expected* sizes respectively, could be zero