Skip to content

Commit

Permalink
issue-2947: correct issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vladstepanyuk committed Feb 5, 2025
1 parent 43cba89 commit 3cb24a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/blockstore/libs/daemon/common/bootstrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ void TBootstrapBase::Start()
START_COMMON_COMPONENT(Scheduler);

if (!Configs->Options->TemporaryServer) {
Warmup();
WarmupBSGroupsConnections();
}

auto restoreFuture = EndpointManager->RestoreEndpoints();
Expand Down

0 comments on commit 3cb24a2

Please sign in to comment.