diff options
| author | Jeff Carr <[email protected]> | 2024-02-09 03:45:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-09 03:45:49 -0600 |
| commit | 1d04dfa4bbf35c5fa0893d375ec11cbef8849bf7 (patch) | |
| tree | f5a688a9cd89e798fbe8e10f3f5d18958d231328 /watchdog.go | |
| parent | b777dc2b39bf1fadc292b646ae6afde9f0d0c392 (diff) | |
grid.NextRow() plugin counter
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 5bd9008..2bd745a 100644 --- a/watchdog.go +++ b/watchdog.go @@ -16,7 +16,7 @@ TODO: handle toolkit panics here? func Watchdog() { var i = 1 // check the four known things to see if they are all WORKING - myTicker(10*time.Second, "WATCHDOG", func() { + myTicker(30*time.Second, "WATCHDOG", func() { i += 1 log.Log(INFO, "myTicker() ticked", i) me.rootNode.ListToolkits() |
