From 305cdea34b4d16637d9b7fc357227cab57dd7364 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Mon, 30 Jun 2025 18:24:48 +0800 Subject: [PATCH] refactor: remove SOCKET_TIMEOUT from Redis configuration --- apps/maxkb/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/maxkb/conf.py b/apps/maxkb/conf.py index 8028ad07d..0ea98f4f7 100644 --- a/apps/maxkb/conf.py +++ b/apps/maxkb/conf.py @@ -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