diff --git a/gunicorn.conf.py b/gunicorn.conf.py index f80be548d..6fcbe6b0e 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -1,7 +1,7 @@ bind = '0.0.0.0:8000' workers = 2 worker_class = 'uvicorn.workers.UvicornWorker' -timeout = 60 +timeout = 120 def pre_fork(server, worker): pass