From 483c2d57c2dd6b7eef11ac7c8a156405c51f590c Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Tue, 13 May 2025 10:05:08 +0800 Subject: [PATCH] Update docker/.env.example Co-authored-by: Bowen Liang --- docker/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env.example b/docker/.env.example index 98e92dbeab..de612b9be9 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -142,7 +142,7 @@ CELERY_WORKER_CLASS= # it is recommended to set it to 360 to support a longer sse connection time. GUNICORN_TIMEOUT=360 -# Request keep-alive connection timeout. The default is 2. +# The number of seconds to wait for requests on a Keep-Alive connection, default to 2 GUNICORN_KEEP_ALIVE=2 # The number of Celery workers. The default is 1, and can be set as needed.