diff options
author | 2021-03-08 19:46:19 +0200 | |
---|---|---|
committer | 2021-03-08 19:46:19 +0200 | |
commit | 3429fe5cb18e16825b01a7d4024a015fa07452c1 (patch) | |
tree | dda6c829ba2c782b7578eaf230e5df3cbb1d58f8 /manage.py | |
parent | Fix grammar of unknown actor error and change tests (diff) | |
parent | Update Dockerfile (diff) |
Merge branch 'master' into ks123/nomination/split
Diffstat (limited to 'manage.py')
-rwxr-xr-x | manage.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ class SiteManager: "-b", "0.0.0.0:8000", "pydis_site.wsgi:application", "--threads", "8", - "-w", "4", + "-w", "2", "--max-requests", "1000", "--max-requests-jitter", "50", "--statsd-host", "graphite.default.svc.cluster.local:8125", |