summaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-05-01 10:18:55 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-05-01 10:18:55 +0200
commitef70782b381231b96d9bc11b44fca9d900ce65be (patch)
treedbd34556650ec3f2856bfed29d8f7bea4fb66433 /data/config.default.php
parentcfb78c6f259d46948e3f5408c11d860b35bde8ef (diff)
Change default feed timeout
https://github.com/FreshRSS/FreshRSS/issues/1141
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php2
1 files changed, 1 insertions, 1 deletions
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.