Skip to content

Commit bdf1995

Browse files
authored
stable-25-1-4: Enable rate_limiter service by default (#27016)
2 parents b356229 + 4c2991f commit bdf1995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/driver_lib/run/run.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ void TKikimrRunner::InitializeGRpc(const TKikimrRunConfig& runConfig) {
610610
names["object_storage"] = &hasObjectStorage;
611611
TServiceCfg hasClickhouseInternal = services.empty();
612612
names["clickhouse_internal"] = &hasClickhouseInternal;
613-
TServiceCfg hasRateLimiter = false;
613+
TServiceCfg hasRateLimiter = services.empty();
614614
names["rate_limiter"] = &hasRateLimiter;
615615
TServiceCfg hasExport = services.empty();
616616
names["export"] = &hasExport;

0 commit comments

Comments
 (0)