From 900e93f75865ad58e265283308667ef6d5d13b5a Mon Sep 17 00:00:00 2001 From: -LAN- Date: Tue, 17 Dec 2024 15:45:00 +0800 Subject: [PATCH] chore: update comments in docker env file (#11705) Signed-off-by: -LAN- --- docker/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/.env.example b/docker/.env.example index c651ddf6e1..750710aa08 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -119,8 +119,8 @@ DIFY_BIND_ADDRESS=0.0.0.0 # API service binding port number, default 5001. DIFY_PORT=5001 -# The number of API server workers, i.e., the number of gevent workers. -# Formula: number of cpu cores x 2 + 1 +# The number of API server workers, i.e., the number of workers. +# Formula: number of cpu cores x 2 + 1 for sync, 1 for Gevent # Reference: https://docs.gunicorn.org/en/stable/design.html#how-many-workers SERVER_WORKER_AMOUNT=