summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-12 15:10:49 -0500
committerJeff Carr <[email protected]>2025-03-12 15:34:07 -0500
commit687e97ab09980560baa45cd2f55ab9d01bbaa741 (patch)
tree6f732e5790ce3693555a7f3fff8a318c29ba93ad /main.go
parent767380abd080682f2e13d8d41633c0f600b8f616 (diff)
zood upgrade worked for the first time. added Kuma checkv0.0.49v0.0.48
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5cffdda..4b9ade8 100644
--- a/main.go
+++ b/main.go
@@ -37,7 +37,7 @@ func main() {
me = new(zookeep)
me.hostname, _ = os.Hostname()
- me.pollDelay = 10 * time.Second
+ me.pollDelay = time.Hour
me.machines = zoopb.NewMachines()
// me.machines2 = zoopb.NewMachines()
if err := me.machines.ConfigLoad(); err != nil {