Skip to content

Commit 0f153dd

Browse files
CyberROFLydbot
authored andcommitted
Enable rate_limiter service by default (#26920)
1 parent 4d71595 commit 0f153dd

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)