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