Skip to content

Commit 305cdea

Browse files
committed
refactor: remove SOCKET_TIMEOUT from Redis configuration
1 parent 60a0c60 commit 305cdea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/maxkb/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def get_cache_setting(self):
9191
'SENTINELS': sentinels,
9292
'SENTINEL_MASTER': self.get('REDIS_SENTINEL_MASTER'),
9393
'PASSWORD': self.get("REDIS_PASSWORD"),
94-
'SOCKET_TIMEOUT': 1,
9594
})
9695

9796
return redis_config

0 commit comments

Comments
 (0)