@ -74,7 +74,7 @@ async def lifespan(app: FastAPI):
socket_keepalive=True,
retry_on_timeout=True,
# 连接池参数
max_connections=512, # Redis连接池最大连接数
max_connections=1024, # Redis连接池最大连接数
health_check_interval=30
)