summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-09 03:45:49 -0600
committerJeff Carr <[email protected]>2024-02-09 03:45:49 -0600
commit1d04dfa4bbf35c5fa0893d375ec11cbef8849bf7 (patch)
treef5a688a9cd89e798fbe8e10f3f5d18958d231328 /watchdog.go
parentb777dc2b39bf1fadc292b646ae6afde9f0d0c392 (diff)
grid.NextRow() plugin counter
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go2
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()