Skip to content

Commit 4151727

Browse files
committed
Increase gunicorn timeout
1 parent 37e8ff7 commit 4151727

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)