diff --git a/devops/gunicorn_conf.py b/devops/gunicorn_conf.py index 24dde4e79..249d793c9 100644 --- a/devops/gunicorn_conf.py +++ b/devops/gunicorn_conf.py @@ -29,6 +29,7 @@ workers = web_concurrency bind = use_bind keepalive = 120 +timeout = 300 errorlog = "-" accesslog = "-"