mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 13:15:57 +08:00
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: 2880
|
||||||
default_other_auto_track_topics_after_msecs:
|
default_other_auto_track_topics_after_msecs:
|
||||||
enum: "AutoTrackDurationSiteSetting"
|
enum: "AutoTrackDurationSiteSetting"
|
||||||
default: 240000
|
default: 300000
|
||||||
default_other_notification_level_when_replying:
|
default_other_notification_level_when_replying:
|
||||||
enum: "NotificationLevelWhenReplyingSiteSetting"
|
enum: "NotificationLevelWhenReplyingSiteSetting"
|
||||||
default: 2
|
default: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user