diff options
author | 2020-10-23 22:30:26 +0100 | |
---|---|---|
committer | 2020-10-23 22:30:26 +0100 | |
commit | c5380778751af515e98ab9f7f74b7424e5508c52 (patch) | |
tree | 7b11a44d8dbb5ba63744c471fb9efa1bac6f82fa /docker | |
parent | Allow requesting API data from internal DNS (diff) | |
parent | Update Python Discord badge to 100k members. (diff) |
Merge branch 'master' into allow-internal-dns-api
Diffstat (limited to 'docker')
-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 |