瀏覽代碼

Change default feed timeout

https://github.com/FreshRSS/FreshRSS/issues/1141
Alexandre Alapetite 10 年之前
父節點
當前提交
ef70782b38
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/config.default.php

+ 1 - 1
data/config.default.php

@@ -75,7 +75,7 @@ return array(
 		'cache_duration' => 800,
 		'cache_duration' => 800,
 
 
 		# SimplePie HTTP request timeout in seconds.
 		# SimplePie HTTP request timeout in seconds.
-		'timeout' => 10,
+		'timeout' => 15,
 
 
 		# If a user has not used FreshRSS for more than x seconds,
 		# If a user has not used FreshRSS for more than x seconds,
 		#	then its feeds are not refreshed anymore.
 		#	then its feeds are not refreshed anymore.