Skip to content

Commit 9844600

Browse files
authored
Merge pull request #1018 from cmu-delphi/revert-1013-increase-gunicorn-timeout
Revert "Increase Gunicorn's idle timeout"
2 parents 8ea3b53 + 6aae869 commit 9844600

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 = 900
32+
timeout = 300
3333

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

0 commit comments

Comments
 (0)