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