diff options
| author | Jeff Carr <[email protected]> | 2024-10-27 11:02:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-27 11:02:50 -0500 |
| commit | 8fc2fbd9c9a6f05852cd597b246f0b4e634af7d7 (patch) | |
| tree | 707c6044781eb4ef1f3ed9c4b756f6e605e4b6c8 /watchdog.go | |
| parent | d38865a6cf3d9e11803e9f565a0dd0c763de479d (diff) | |
track droplets reported from each hypervisor
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchdog.go b/watchdog.go index be6f8cf..97baac4 100644 --- a/watchdog.go +++ b/watchdog.go @@ -39,7 +39,7 @@ func (h *HyperT) sendDirs() { } func (h *HyperT) NewWatchdog() { - h.dog = time.NewTicker(me.delay) + h.dog = time.NewTicker(me.hyperPollDelay) defer h.dog.Stop() done := make(chan bool) /* |
