diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |
