WIP: rebase fork onto upstream/main (v1.103.0) #15

Closed
codinget wants to merge 670 commits from webnet into save/webnet-2026-07-29
Showing only changes of commit f002f6bb3a - Show all commits
+1 -1
View File
@@ -32,7 +32,7 @@ func (b *LocalBackend) writePeerDeltaToDiskLocked(update []tailcfg.NodeView, rem
} else if err := b.ensureDiskCacheLocked(); err != nil {
return err
}
b.logf("updating netmap peers in disk cache (%d to update, %d to remove)", len(update), len(remove))
// Do not log this, we get deltas all the time and it's very noisy.
return b.diskCache.cache.UpdatePeers(b.currentNode().Context(), update, remove)
}