diff options
author | 2021-08-31 19:28:52 +0100 | |
---|---|---|
committer | 2021-08-31 19:28:52 +0100 | |
commit | cc3407ee3e9d249a4530d20340ba8055b038f499 (patch) | |
tree | 21c145cfb3c81d4b9a665a99a587dca9b83b4a5f /manage.py | |
parent | Merge pull request #568 from python-discord/jb3/collectstatic-build (diff) |
Update gunicorn options for deployment
Remove threads & max requests configuration
Diffstat (limited to 'manage.py')
-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", ] |