소스 검색

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,
 
 		# SimplePie HTTP request timeout in seconds.
-		'timeout' => 10,
+		'timeout' => 15,
 
 		# If a user has not used FreshRSS for more than x seconds,
 		#	then its feeds are not refreshed anymore.