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.
This commit is contained in:
parent
0ae7b43018
commit
4a1937adff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue