aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-09-01 22:47:53 +0200
committerGravatar GitHub <[email protected]>2021-09-01 22:47:53 +0200
commitb84bd10a6cd03fbbc950d3845cbfe4c02191f13e (patch)
tree21c145cfb3c81d4b9a665a99a587dca9b83b4a5f
parentMerge pull request #568 from python-discord/jb3/collectstatic-build (diff)
parentUpdate gunicorn options for deployment (diff)
Merge pull request #573 from python-discord/jb3/update-gunicorn-prefs
Update gunicorn options for deployment
-rwxr-xr-xmanage.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/manage.py b/manage.py
index 8bb5ae0d..a7413ed9 100755
--- a/manage.py
+++ b/manage.py
@@ -176,10 +176,7 @@ class SiteManager:
"--preload",
"-b", "0.0.0.0:8000",
"pydis_site.wsgi:application",
- "--threads", "8",
"-w", "2",
- "--max-requests", "1000",
- "--max-requests-jitter", "50",
"--statsd-host", "graphite.default.svc.cluster.local:8125",
"--statsd-prefix", "site",
]