diff options
author | 2021-09-01 22:47:53 +0200 | |
---|---|---|
committer | 2021-09-01 22:47:53 +0200 | |
commit | b84bd10a6cd03fbbc950d3845cbfe4c02191f13e (patch) | |
tree | 21c145cfb3c81d4b9a665a99a587dca9b83b4a5f | |
parent | Merge pull request #568 from python-discord/jb3/collectstatic-build (diff) | |
parent | Update gunicorn options for deployment (diff) |
Merge pull request #573 from python-discord/jb3/update-gunicorn-prefs
Update gunicorn options for deployment
-rwxr-xr-x | manage.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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", ] |