mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: remove SOCKET_TIMEOUT from Redis configuration
This commit is contained in:
parent
60a0c6039e
commit
305cdea34b
|
|
@ -91,7 +91,6 @@ class Config(dict):
|
|||
'SENTINELS': sentinels,
|
||||
'SENTINEL_MASTER': self.get('REDIS_SENTINEL_MASTER'),
|
||||
'PASSWORD': self.get("REDIS_PASSWORD"),
|
||||
'SOCKET_TIMEOUT': 1,
|
||||
})
|
||||
|
||||
return redis_config
|
||||
|
|
|
|||
Loading…
Reference in New Issue