diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 2b55078..f650880 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -11,7 +11,7 @@ daemon = False debug = False worker_connections = 3000 workers = multiprocessing.cpu_count() * 2 + 1 -timeout = 70 +timeout = 120 # 指定每个工作者的线程数 # threads = 10