summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-27 07:06:12 -0500
committerJeff Carr <[email protected]>2024-10-27 07:06:12 -0500
commit7288595efc0c029adf33f7b3edd4627810ccb0ca (patch)
tree4384562f7084b56ba6040f21cca7d21453d3d511 /main.go
parent212b582060107d8e64ca9dbe8e194cc922e460fa (diff)
start spice/vnc ports at 5900 and skip 6000
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 31fbd3d..1168355 100644
--- a/main.go
+++ b/main.go
@@ -46,6 +46,7 @@ func main() {
// how long a droplet can be missing until it's declared dead
me.unstableTimeout = 17 * time.Second
+ me.missingDropletTimeout = time.Minute // not sure the difference between these values
// how long the cluster must be stable before new droplets can be started
me.clusterStableDuration = 37 * time.Second