main
zc 1 month ago
parent ec0d6fd7f6
commit 0a719fc25e
  1. 2
      app/__init__.py

@ -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
)

Loading…
Cancel
Save