Skip to content

Commit cf63a58

Browse files
committed
Increase Gunicorn timeout
1 parent f9be532 commit cf63a58

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)