From de2077b56388c5196d5c1ddcbbd4a141ea8cf67b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 6 Feb 2023 14:11:41 +0100 Subject: Increase max HTTP timeout (#5074) * Increase maximum HTTP request timeout from 2 minutes to 15 minutes; * Reason: I have some RSS Bridge generating feeds, which can take several minutes. * Increase default HTTP request timeout from 15 to 20s. * Reason: I regularly observe feeds, which are slow to answer. --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 37eb4d6d5..d0873d55d 100644 --- a/config.default.php +++ b/config.default.php @@ -103,7 +103,7 @@ return array( 'cache_duration' => 800, # SimplePie HTTP request timeout in seconds. - 'timeout' => 15, + 'timeout' => 20, # If a user has not used FreshRSS for more than x seconds, # then its feeds are not refreshed anymore. -- cgit v1.2.3