From d5d03b33f97351d72258f2c576dd89cd716201c9 Mon Sep 17 00:00:00 2001 From: azevaykin Date: Fri, 1 Nov 2024 10:37:11 +0000 Subject: [PATCH] EnableFollowerStats = true --- ydb/core/protos/feature_flags.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/protos/feature_flags.proto b/ydb/core/protos/feature_flags.proto index 8c32aaed027d..5a2520a94a11 100644 --- a/ydb/core/protos/feature_flags.proto +++ b/ydb/core/protos/feature_flags.proto @@ -172,6 +172,6 @@ message TFeatureFlags { optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false]; optional bool EnableTopicAutopartitioningForCDC = 148 [default = false]; optional bool EnableWritePortionsOnInsert = 149 [default = false]; - optional bool EnableFollowerStats = 150 [default = false]; + optional bool EnableFollowerStats = 150 [default = true]; optional bool EnableTopicAutopartitioningForReplication = 151 [default = false]; }