Merge pull request #2884 from alphagov/statsd-off

Turn off statsd for the API in all environments
This commit is contained in:
David McDonald
2020-06-17 17:40:54 +01:00
committed by GitHub

View File

@@ -309,7 +309,7 @@ class Config(object):
STATSD_HOST = os.getenv('STATSD_HOST')
STATSD_PORT = 8125
STATSD_ENABLED = bool(STATSD_HOST)
STATSD_ENABLED = False
SENDING_NOTIFICATIONS_TIMEOUT_PERIOD = 259200 # 3 days