Skip to content

Commit

Permalink
updated NewDefaultHealthCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cihangirbesiktas authored and Luis Davim committed Aug 28, 2017
1 parent 094a986 commit 40c9cd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion health.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func NewDefaultHealthCheck() *HealthCheck {
GracePeriodSeconds: 30,
IntervalSeconds: 10,
TimeoutSeconds: 5,
DelaySeconds: 15,
}
}

Expand Down
3 changes: 1 addition & 2 deletions tests/app-definitions/TestApplicationString-output.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"protocol": "HTTP",
"gracePeriodSeconds": 30,
"intervalSeconds": 5,
"timeoutSeconds": 5,
"delaySeconds": 15
"timeoutSeconds": 5
}
],
"instances": 2,
Expand Down

0 comments on commit 40c9cd1

Please sign in to comment.