aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-06 12:43:50 +0000
committerGravatar GitHub <[email protected]>2020-12-06 12:43:50 +0000
commit4e0ec7b5d7a7fe9cce28f795ef376435ed01c944 (patch)
tree2ceaa6a42647ee00bcb12e8cf29091be209ed654
parentSwitch underscores for dashes in gunicorn CLI options (diff)
Update manage.py
Co-authored-by: Sebastiaan Zeeff <[email protected]>
-rwxr-xr-xmanage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/manage.py b/manage.py
index 3dee15c0..a025e7b1 100755
--- a/manage.py
+++ b/manage.py
@@ -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",
]