diff options
| author | 2016-12-24 17:32:11 +0100 | |
|---|---|---|
| committer | 2016-12-24 17:32:11 +0100 | |
| commit | 02ac8d563db25aea8f7ec983b67061129536d457 (patch) | |
| tree | a6756b29a7d9cf92221d2cd737a5a06db95bb110 /data/config.default.php | |
| parent | 7ae60ff0cc577997b9b754966a0f52649077b744 (diff) | |
| parent | e99a6b815290da614fe39658b6c76de8a9d16641 (diff) | |
Merge pull request #1397 from Alkarex/cookieDuration
Option for cookie duration
Diffstat (limited to 'data/config.default.php')
| -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. |
