summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index c484e8a..db6449c 100644
--- a/main.go
+++ b/main.go
@@ -43,6 +43,7 @@ func main() {
me.changed = false
// me.dmap = make(map[*pb.Droplet]*DropletT)
me.hmap = make(map[*pb.Hypervisor]*HyperT)
+ me.unstableTimeout = 17 * time.Second
// read in the config file
me.cluster = new(pb.Cluster)