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:
commit
576c9fa200
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue