1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #23442 from thaJeztah/remove-defaultExitOnUnhealthy

remove unused defaultExitOnUnhealthy constant
This commit is contained in:
Alexander Morozov 2016-06-11 16:37:39 -07:00 committed by GitHub
commit 576c9fa200

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
)