diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 17:24:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 17:24:19 -0500 |
| commit | 1d7b1efa27b0db9419087e777b6c692bc2ced9fb (patch) | |
| tree | db7f3ec16d6355757ed202c6b1320460aacde318 /watchdog.go | |
| parent | 022e411f4804d80e4c5a486a8f47bdc02f935941 (diff) | |
never open a socket with zoodv0.0.90
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 66bed5f..d9491b9 100644 --- a/watchdog.go +++ b/watchdog.go @@ -16,7 +16,7 @@ func TimeFunction(f func()) time.Duration { return time.Since(startTime) // Calculate the elapsed time } -func NewWatchdog() { +func zood() { me.dog = time.NewTicker(me.pollDelay) defer me.dog.Stop() done := make(chan bool) |
