mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Disable statsd on local server
(imported from commit cac2c95c2de18b613a0900fe1c04fd97963b9350)
This commit is contained in:
@@ -187,7 +187,7 @@ INSTALLED_APPS = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
LOCAL_STATSD = (False)
|
LOCAL_STATSD = (False)
|
||||||
USING_STATSD = (DEPLOYED and not TESTING_DEPLOYED) or LOCAL_STATSD
|
USING_STATSD = (DEPLOYED and not TESTING_DEPLOYED and not LOCALSERVER) or LOCAL_STATSD
|
||||||
|
|
||||||
# These must be named STATSD_PREFIX for the statsd module
|
# These must be named STATSD_PREFIX for the statsd module
|
||||||
# to pick them up
|
# to pick them up
|
||||||
|
|||||||
Reference in New Issue
Block a user