Add port flap and port down error tracking with faster ping

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-31 13:01:07 -08:00
parent d1b4de01e8
commit 5a7596b456
5 changed files with 88 additions and 15 deletions

View File

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