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