Skip to content

Commit 87cdcce

Browse files
committed
Update binding
1 parent e590714 commit 87cdcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/nodewarden/distconf_binding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ namespace NKikimr::NStorage {
446446
TBoundNode& info = it->second;
447447
if (inserted) {
448448
auto response = std::make_unique<TEvNodeConfigReversePush>(GetRootNodeId(), StorageConfig.get(), false);
449-
if (record.GetInitial() && record.HasCacheUpdate()) {
449+
if (record.GetInitial()) {
450450
auto *cache = record.MutableCacheUpdate();
451451

452452
// scan existing cache keys to find the ones we need to ask and to report others

0 commit comments

Comments
 (0)