We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c0ee4 commit 2a7e476Copy full SHA for 2a7e476
1 file changed
internal/server/sse.go
@@ -594,8 +594,6 @@ func (b *SSEBroadcaster) broadcastTopologyUpdate() {
594
return
595
}
596
597
- log.Printf("Broadcasting topology update to %d clients", len(clients))
598
-
599
// One broadcast cycle = one debounce fire that reaches clients. Counted
600
// here (not in the per-group loop below) so the metric reflects cycles,
601
// not the number of distinct namespace/view/policy groups.
0 commit comments