Skip to content

Commit 5e91e28

Browse files
authored
Disable distconf in 24-1 (#2147)
1 parent 09dbd42 commit 5e91e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/nodewarden/node_warden_impl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void TNodeWarden::Bootstrap() {
231231

232232
StartInvalidGroupProxy();
233233

234-
StartDistributedConfigKeeper();
234+
// StartDistributedConfigKeeper(); // disabled in 24-1
235235
}
236236

237237
void TNodeWarden::HandleReadCache() {

0 commit comments

Comments
 (0)