Skip to content

Commit 621a93b

Browse files
authored
Merge pull request #643 from cmu-delphi/increase-gunicorn-timeout
Increase gunicorn timeout
2 parents 37e8ff7 + 4151727 commit 621a93b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/gunicorn_conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
workers = web_concurrency
3030
bind = use_bind
3131
keepalive = 120
32+
timeout = 300
3233

3334
errorlog = "-"
3435
accesslog = "-"

0 commit comments

Comments
 (0)