diff options
author | 2020-12-06 12:43:50 +0000 | |
---|---|---|
committer | 2020-12-06 12:43:50 +0000 | |
commit | 4e0ec7b5d7a7fe9cce28f795ef376435ed01c944 (patch) | |
tree | 2ceaa6a42647ee00bcb12e8cf29091be209ed654 | |
parent | Switch underscores for dashes in gunicorn CLI options (diff) |
Update manage.py
Co-authored-by: Sebastiaan Zeeff <[email protected]>
-rwxr-xr-x | manage.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -164,7 +164,8 @@ class SiteManager: "pydis_site.wsgi:application", "--threads", "8", "-w", "4", - "--max-requests-jitter", "1000", + "--max-requests", "1000", + "--max-requests-jitter", "50", "--statsd-host", "graphite.default.svc.cluster.local:8125", "--statsd-prefix", "site", ] |