Skip to content

Commit

Permalink
fix another mess
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahAhianyo committed Dec 18, 2024
1 parent 67ef8ca commit 2bbdb4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reflex/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,9 @@ class Config:
# Token expiration time for redis state manager
redis_token_expiration: int = constants.Expiration.TOKEN

# Maximum lock time before warning for redis state manager.
redis_lock_warning_threshold: int = constants.Expiration.LOCK_WARNING_THRESHOLD

# Attributes that were explicitly set by the user.
_non_default_attributes: Set[str] = pydantic.PrivateAttr(set())

Expand Down

0 comments on commit 2bbdb4c

Please sign in to comment.