Skip to content

Commit 8ea3b53

Browse files
authored
Merge pull request #1013 from cmu-delphi/increase-gunicorn-timeout
Increase Gunicorn's idle timeout
2 parents f9be532 + cf63a58 commit 8ea3b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/gunicorn_conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
workers = web_concurrency
3030
bind = use_bind
3131
keepalive = 120
32-
timeout = 300
32+
timeout = 900
3333

3434
errorlog = "-"
3535
accesslog = "-"

0 commit comments

Comments
 (0)