From bb05dcf2211279b116b88ea40d4c312b9f3ebae4 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Wed, 24 Jun 2020 16:35:44 +0100 Subject: [PATCH] disable statsd --- app/config.py | 3 +++ 1 file changed, 3 insertions(+) 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