From 69fa4734c941076765f1744408db88b1a01b7a16 Mon Sep 17 00:00:00 2001 From: H Vs Date: Fri, 14 Mar 2025 16:17:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gunicorn_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn_config.py b/gunicorn_config.py index a908bdb..7115a12 100644 --- a/gunicorn_config.py +++ b/gunicorn_config.py @@ -20,7 +20,7 @@ accesslog = 'logs/gunicorn_access.log' errorlog = 'logs/gunicorn_error.log' -preload_app = True +#preload_app = True # 生产环境安全配置 # reload = False