summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
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()