Skip to content

Commit

Permalink
Fix defaults typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxstr committed Feb 15, 2024
1 parent 50247bf commit fe4a69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask_session/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Defaults:
SESSION_KEY_PREFIX = "session:"
SESSION_USE_SIGNER = False
SESSION_PERMANENT = True
SESSION_SID_LENGTH = 3
SESSION_SID_LENGTH = 32

# Clean up settings for non TTL backends (SQL, PostgreSQL, etc.)
SESSION_CLEANUP_N_REQUESTS = None
Expand Down

0 comments on commit fe4a69b

Please sign in to comment.