diff options
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) /* |
