aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",
]