mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Merge pull request #2884 from alphagov/statsd-off
Turn off statsd for the API in all environments
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user