summaryrefslogtreecommitdiff
path: root/structs.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 /structs.go
parent212b582060107d8e64ca9dbe8e194cc922e460fa (diff)
start spice/vnc ports at 5900 and skip 6000
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 19b5c86..2671b52 100644
--- a/structs.go
+++ b/structs.go
@@ -28,8 +28,9 @@ type virtigoT struct {
killcount int
unstable time.Time // the last time the cluster was incorrect
changed bool
- unstableTimeout time.Duration // how long a droplet can be missing until it's declared dead
+ unstableTimeout time.Duration // how long a droplet can be unstable until it's declared dead
clusterStableDuration time.Duration // how long the cluster must be stable before new droplets can be started
+ missingDropletTimeout time.Duration // how long a droplet can be missing for
}
// the stuff that is needed for a hypervisor