diff options
Diffstat (limited to 'docker/uwsgi.ini')
-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 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 |