Skip to content

Commit 6aae869

Browse files
authored
Revert "Increase Gunicorn's idle timeout"
1 parent 8ea3b53 commit 6aae869

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)