Skip to content

Commit 5ad9ac3

Browse files
committed
Fix distconf configuration fetch machinery (#14864)
1 parent 3f4f6c5 commit 5ad9ac3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/config/config.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class TConfigClient::TImpl : public TClientImplCommon<TConfigClient::TImpl> {
6868

6969
TAsyncFetchConfigResult FetchAllConfigs(const TFetchAllConfigsSettings& settings = {}) {
7070
auto request = MakeOperationRequest<Ydb::Config::FetchConfigRequest>(settings);
71+
request.mutable_all();
72+
7173
auto promise = NThreading::NewPromise<TFetchConfigResult>();
7274

7375
auto extractor = [promise] (google::protobuf::Any* any, TPlainStatus status) mutable {

0 commit comments

Comments
 (0)