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
1 parent 851d47c commit 69954fbCopy full SHA for 69954fb
ydb/core/driver_lib/run/run.cpp
@@ -761,7 +761,7 @@ TGRpcServers TKikimrRunner::CreateGRpcServers(const TKikimrRunConfig& runConfig)
761
names["object_storage"] = &hasObjectStorage;
762
TServiceCfg hasClickhouseInternal = services.empty();
763
names["clickhouse_internal"] = &hasClickhouseInternal;
764
- TServiceCfg hasRateLimiter = false;
+ TServiceCfg hasRateLimiter = services.empty();
765
names["rate_limiter"] = &hasRateLimiter;
766
TServiceCfg hasExport = services.empty();
767
names["export"] = &hasExport;
0 commit comments