mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-06 06:05:20 -04:00
Change default feed timeout
https://github.com/FreshRSS/FreshRSS/issues/1141
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user