aboutsummaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.php b/config.default.php
index b55aca9ad..996dfb358 100644
--- a/config.default.php
+++ b/config.default.php
@@ -89,7 +89,7 @@ return array(
'limits' => array(
# Duration in seconds of the login cookie.
- 'cookie_duration' => 2592000,
+ 'cookie_duration' => FreshRSS_Auth::DEFAULT_COOKIE_DURATION,
# Duration in seconds of the SimplePie cache,
# during which a query to the RSS feed will return the local cached version.