From 883a6b26a4e71e94e65749389a6d82812f5dfced Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Thu, 4 Feb 2021 00:17:23 +0100 Subject: [PATCH] update gunicorn.conf --- gunicorn.conf.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 36bde9cf7..a67b20d0c 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -1,21 +1,7 @@ bind = '0.0.0.0:8000' -backlog = 2048 -workers = 3 +workers = 2 worker_class = 'uvicorn.workers.UvicornWorker' -worker_connections = 1000 timeout = 20 -keepalive = 2 -spew = False -daemon = False -pidfile = None -umask = 0 -user = None -group = None -tmp_upload_dir = None -loglevel = 'info' -errorlog = '-' -accesslog = '-' -proc_name = None def pre_fork(server, worker): pass