瀏覽代碼

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

fox 6 年之前
父節點
當前提交
f7253dbb4e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/functions.php

+ 1 - 1
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