Fix mismatch in feature toggles documentation (#111975)

This commit is contained in:
Jack Baldry
2025-10-03 10:12:23 +00:00
committed by GitHub
parent ed482219c6
commit c2bd641868
4 changed files with 6 additions and 6 deletions
@@ -464,7 +464,7 @@ export interface FeatureToggles {
*/
alertingSaveStatePeriodic?: boolean;
/**
* Enables the compressed protobuf-based alert state storage
* Enables the compressed protobuf-based alert state storage. Default is enabled.
* @default true
*/
alertingSaveStateCompressed?: boolean;