From ef70782b381231b96d9bc11b44fca9d900ce65be Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 1 May 2016 10:18:55 +0200 Subject: Change default feed timeout https://github.com/FreshRSS/FreshRSS/issues/1141 --- data/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/config.default.php') diff --git a/data/config.default.php b/data/config.default.php index 174592a21..cae15330f 100644 --- a/data/config.default.php +++ b/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. -- cgit v1.2.3