remove unused defaultExitOnUnhealthy constant

the '--exit-on-unhealty' option was removed,
but we forgot to remove this constant.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 1dd28788f14d19ac5d9a1248769c689d9398236d
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-06-11 00:04:05 +02:00
parent 2e143d4c3a
commit 9befd43508

View File

@ -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
)