Track node reachability across all IPs, increase ping interval

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-25 21:03:15 -08:00
parent 5cd5db1e4a
commit 04e22b03cb
4 changed files with 32 additions and 32 deletions

View File

@@ -253,7 +253,7 @@ func (n *Nodes) startNodePoller(nodeID int, node *Node) {
go func() {
pollTicker := time.NewTicker(10 * time.Second)
pingTicker := time.NewTicker(1 * time.Second)
pingTicker := time.NewTicker(5 * time.Second)
defer pollTicker.Stop()
defer pingTicker.Stop()