Statsd disabled on dev machines

This commit is contained in:
Martyn Inglis
2016-12-01 17:22:05 +00:00
parent 0bc48897f3
commit eab69fd840

View File

@@ -78,7 +78,7 @@ class Development(Config):
SESSION_COOKIE_SECURE = False
WTF_CSRF_ENABLED = False
SESSION_PROTECTION = None
STATSD_ENABLED = True
STATSD_ENABLED = False
CSV_UPLOAD_BUCKET_NAME = 'development-notifications-csv-upload'