aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmanage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/manage.py b/manage.py
index 36442eab..3dee15c0 100755
--- a/manage.py
+++ b/manage.py
@@ -165,8 +165,8 @@ class SiteManager:
"--threads", "8",
"-w", "4",
"--max-requests-jitter", "1000",
- "--statsd_host", "graphite.default.svc.cluster.local:8125",
- "--statsd_prefix", "site",
+ "--statsd-host", "graphite.default.svc.cluster.local:8125",
+ "--statsd-prefix", "site",
]
# Run gunicorn for the production server.