aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-18 21:05:56 +0100
committerGravatar GitHub <[email protected]>2020-10-18 21:05:56 +0100
commitecdd657f92feab725833a5a2a09bd8df6d0d6499 (patch)
tree3ddab542ed9e7b0be6ea92cbb60866c6b6677bc4 /docker
parentSplit query into multiple lines for total messages (diff)
Increase harakiri timeout
Diffstat (limited to 'docker')
-rw-r--r--docker/uwsgi.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/uwsgi.ini b/docker/uwsgi.ini
index 3f35258c..643a0b42 100644
--- a/docker/uwsgi.ini
+++ b/docker/uwsgi.ini
@@ -23,7 +23,7 @@ procname-prefix-spaced = pydis_site :
### Worker options
# Kill workers if they take more than 30 seconds to respond.
-harakiri = 30
+harakiri = 300
### Startup settings
# Exit if we can't load the app