diff options
| author | 2016-12-24 16:33:28 +0100 | |
|---|---|---|
| committer | 2016-12-24 16:33:28 +0100 | |
| commit | 332a4dec8690b658bcb878a20056aea33c673f69 (patch) | |
| tree | 0c342ddb093ebfd1e2d75a579aa8d04dd4f45eaa /data | |
| parent | 7ae60ff0cc577997b9b754966a0f52649077b744 (diff) | |
Option for cookie duration
https://github.com/FreshRSS/FreshRSS/issues/1384
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 8b07b85cd..433207a9c 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -74,6 +74,9 @@ return array( 'limits' => array( + # Duration in seconds of the login cookie. + 'cookie_duration' => 2592000, + # Duration in seconds of the SimplePie cache, # during which a query to the RSS feed will return the local cached version. # Especially important for multi-user setups. |
