diff options
| author | 2016-05-01 10:18:55 +0200 | |
|---|---|---|
| committer | 2016-05-01 10:18:55 +0200 | |
| commit | ef70782b381231b96d9bc11b44fca9d900ce65be (patch) | |
| tree | dbd34556650ec3f2856bfed29d8f7bea4fb66433 /data | |
| parent | cfb78c6f259d46948e3f5408c11d860b35bde8ef (diff) | |
Change default feed timeout
https://github.com/FreshRSS/FreshRSS/issues/1141
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 2 |
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. |
