uwsgi: Increase timeout before harakiri.

Some legitimate requests in Zulip can take more than 20s to be
processed, and we don't have a current problem where having a 20s
limit here is preventing a problem.
This commit is contained in:
Matt Keller
2022-08-23 15:31:25 -04:00
committed by Tim Abbott
parent de275da70a
commit 91e5ae84ac

View File

@@ -34,7 +34,7 @@ auto-procname=true
procname-prefix-spaced=zulip-django
# Longest response allowed, in seconds, before killing the worker
harakiri=20
harakiri=60