diff --git a/app/config.py b/app/config.py index 4e13a3732..7a9f881d3 100644 --- a/app/config.py +++ b/app/config.py @@ -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