revert redis knobs positions
This commit is contained in:
parent
2838494397
commit
c446fa80b7
@ -688,12 +688,12 @@ class Config(Base):
|
|||||||
# Maximum expiration lock time for redis state manager
|
# Maximum expiration lock time for redis state manager
|
||||||
redis_lock_expiration: int = constants.Expiration.LOCK
|
redis_lock_expiration: int = constants.Expiration.LOCK
|
||||||
|
|
||||||
# Token expiration time for redis state manager
|
|
||||||
redis_token_expiration: int = constants.Expiration.TOKEN
|
|
||||||
|
|
||||||
# Maximum lock time before warning for redis state manager.
|
# Maximum lock time before warning for redis state manager.
|
||||||
redis_lock_warning_threshold: int = constants.Expiration.LOCK_WARNING_THRESHOLD
|
redis_lock_warning_threshold: int = constants.Expiration.LOCK_WARNING_THRESHOLD
|
||||||
|
|
||||||
|
# Token expiration time for redis state manager
|
||||||
|
redis_token_expiration: int = constants.Expiration.TOKEN
|
||||||
|
|
||||||
# Attributes that were explicitly set by the user.
|
# Attributes that were explicitly set by the user.
|
||||||
_non_default_attributes: Set[str] = pydantic.PrivateAttr(set())
|
_non_default_attributes: Set[str] = pydantic.PrivateAttr(set())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user