We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rate_limiter
2 parents 4d71595 + 0f153dd commit 7a21345Copy full SHA for 7a21345
ydb/core/driver_lib/run/run.cpp
@@ -610,7 +610,7 @@ void TKikimrRunner::InitializeGRpc(const TKikimrRunConfig& runConfig) {
610
names["object_storage"] = &hasObjectStorage;
611
TServiceCfg hasClickhouseInternal = services.empty();
612
names["clickhouse_internal"] = &hasClickhouseInternal;
613
- TServiceCfg hasRateLimiter = false;
+ TServiceCfg hasRateLimiter = services.empty();
614
names["rate_limiter"] = &hasRateLimiter;
615
TServiceCfg hasExport = services.empty();
616
names["export"] = &hasExport;
0 commit comments