aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Auth.php')
-rw-r--r--app/Models/Auth.php2
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;