disable statsd

This commit is contained in:
Leo Hemsted
2020-06-24 16:35:44 +01:00
parent d108c644bc
commit bb05dcf221

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