Skip to content

Commit

Permalink
Enabling alerting comments feature by defualt (#1725)
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Toepker <[email protected]>
Co-authored-by: Dennis Toepker <[email protected]>
  • Loading branch information
toepkerd and toepkerd-zz authored Oct 31, 2024
1 parent e1f05c9 commit fbd3bf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class AlertingSettings {

val ALERTING_COMMENTS_ENABLED = Setting.boolSetting(
"plugins.alerting.comments_enabled",
false,
true,
Setting.Property.NodeScope, Setting.Property.Dynamic
)

Expand Down

0 comments on commit fbd3bf0

Please sign in to comment.