mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 02:13:12 -04: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_HOST = os.getenv('STATSD_HOST')
|
||||||
STATSD_PORT = 8125
|
STATSD_PORT = 8125
|
||||||
STATSD_ENABLED = bool(STATSD_HOST)
|
STATSD_ENABLED = False
|
||||||
|
|
||||||
SENDING_NOTIFICATIONS_TIMEOUT_PERIOD = 259200 # 3 days
|
SENDING_NOTIFICATIONS_TIMEOUT_PERIOD = 259200 # 3 days
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user