diff options
author | 2020-10-21 23:03:15 +0100 | |
---|---|---|
committer | 2020-10-21 23:03:15 +0100 | |
commit | 2845c8f553a837c1aaaf1cd016036cfcc9d7be62 (patch) | |
tree | 7743f4cfecf2c0e4a071f9d00651aed9f9059443 /docker/uwsgi.ini | |
parent | Increase harakiri timeout (diff) |
Reset harakiri timeout
Diffstat (limited to '')
-rw-r--r-- | docker/uwsgi.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/uwsgi.ini b/docker/uwsgi.ini index 643a0b42..3f35258c 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 = 300 +harakiri = 30 ### Startup settings # Exit if we can't load the app |