diff options
Diffstat (limited to 'app/Models/Auth.php')
| -rw-r--r-- | app/Models/Auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Auth.php b/app/Models/Auth.php index c66bb5016..ecb8ead2f 100644 --- a/app/Models/Auth.php +++ b/app/Models/Auth.php @@ -8,7 +8,7 @@ class FreshRSS_Auth { /** * Determines if user is connected. */ - public const DEFAULT_COOKIE_DURATION = 7776000; + public const DEFAULT_COOKIE_DURATION = 7_776_000; private static bool $login_ok = false; |
