Преглед на файлове

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.