diff --git a/gunicorn.conf.py b/gunicorn.conf.py index a67b20d0c..f80be548d 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 = 20 +timeout = 60 def pre_fork(server, worker): pass