summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 20:09:59 -0500
committerJeff Carr <[email protected]>2024-10-26 20:09:59 -0500
commit3c1efcba0e6d5757aea38b0c2067fdbb26be8105 (patch)
treefbc91a529cbee31a72ffc303fc1cf9da2fc36449 /main.go
parent7837182d532dcc022ca2ffafa9289640ac942195 (diff)
start worked by sending protobuf
Signed-off-by: Jeff Carr <[email protected]>
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)