Skip to content

Commit 7a21345

Browse files
authored
stable-25-1: Enable rate_limiter service by default (#27015)
2 parents 4d71595 + 0f153dd commit 7a21345

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)