summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 0ba073a..169dcf5 100644
--- a/main.go
+++ b/main.go
@@ -35,6 +35,9 @@ func main() {
// initialize the grid as unstable
me.unstable = time.Now()
+ // how often to poll the hypervisors
+ me.delay = 5 * time.Second
+
/*
log.Info("command line hypervisors:", argv.Hosts)
for _, name := range argv.Hosts {