Enable TCP Keep Alive for Marathon Client and make value configurable (#784)
* Resolve rebase conflicts * Fix imports that VSCode messed up
This commit is contained in:
parent
15732269da
commit
567387aee0
4 changed files with 18 additions and 2 deletions
|
@ -327,6 +327,7 @@ func NewTraefikDefaultPointersConfiguration() *TraefikConfiguration {
|
|||
defaultMarathon.ExposedByDefault = true
|
||||
defaultMarathon.Constraints = []types.Constraint{}
|
||||
defaultMarathon.DialerTimeout = 60
|
||||
defaultMarathon.KeepAlive = 10
|
||||
|
||||
// default Consul
|
||||
var defaultConsul provider.Consul
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue