Merge pull request #2900 from alphagov/disable-statsd

disable statsd
This commit is contained in:
Leo Hemsted
2020-06-24 16:44:17 +01:00
committed by GitHub

View File

@@ -493,6 +493,9 @@ class Live(Config):
CRONITOR_ENABLED = True
# TODO: revert when we're confident statsd won't break things
STATSD_ENABLED = False
class CloudFoundryConfig(Config):
pass