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