Skip to content

Commit 52741ee

Browse files
Update config.py
1 parent 0d7132f commit 52741ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Config:
1010
SESSION_COOKIE_HTTPONLY = True
1111
SESSION_COOKIE_SAMESITE = 'Lax'
1212
SESSION_COOKIE_SECURE = True # Set to True if using HTTPS
13-
PERMANENT_SESSION_LIFETIME = 3600 # 1 hour
13+
PERMANENT_SESSION_LIFETIME = 72000 # 20 hours
1414

1515
# JSON configuration
1616
JSON_AS_ASCII = False

0 commit comments

Comments
 (0)