diff options
Diffstat (limited to 'poll.go')
| -rw-r--r-- | poll.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ func clusterHealthy() (bool, string) { missing = append(missing, d) } else { dur := time.Since(d.LastPoll.AsTime()) // Calculate the elapsed time - if dur > time.Minute { + if dur > me.missingDropletTimeout { log.Info("GOOD STATE MISSING", d.Hostname, hname, shell.FormatDuration(dur)) good = false d.CurrentState = pb.DropletState_UNKNOWN |
