Skip to content

Commit

Permalink
remove unused defaultExitOnUnhealthy constant
Browse files Browse the repository at this point in the history
the '--exit-on-unhealty' option was removed,
but we forgot to remove this constant.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jun 10, 2016
1 parent 3d0595f commit 1dd2878
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions daemon/health.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ const (
// for the container to be considered unhealthy.
defaultProbeRetries = 3

// Shut down a container if it becomes Unhealthy.
defaultExitOnUnhealthy = true

// Maximum number of entries to record
maxLogEntries = 5
)
Expand Down

0 comments on commit 1dd2878

Please sign in to comment.