mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-15 20:56:18 +00:00
increase redis timeout
This commit is contained in:
@@ -89,7 +89,7 @@ class ServerSettings(AbstractSettings):
|
||||
@classmethod
|
||||
@lru_cache
|
||||
def redis_timeout_ms(cls) -> ty.Optional[int]:
|
||||
return int(timedelta(days=14).total_seconds() * 1000.0)
|
||||
return int(timedelta(days=30).total_seconds() * 1000.0)
|
||||
|
||||
@classmethod
|
||||
@lru_cache
|
||||
|
||||
Reference in New Issue
Block a user