From 4a1937adff47cc123be4bd035ca4fdffac487191 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 14 Jun 2022 15:48:19 +1000 Subject: [PATCH] FEATURE: Change auto tracking to require 5 minutes vs 4 (#17081) Per @codinghorror, we prefer to change this setting to 5 minutes to avoid tracking topic automatically except for extremely exceptional situations. --- config/site_settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site_settings.yml b/config/site_settings.yml index 32285973e94..e2be4ea8672 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -2456,7 +2456,7 @@ user_preferences: default: 2880 default_other_auto_track_topics_after_msecs: enum: "AutoTrackDurationSiteSetting" - default: 240000 + default: 300000 default_other_notification_level_when_replying: enum: "NotificationLevelWhenReplyingSiteSetting" default: 2