v1.5.0
- Automatically calculate and set the maximum possible response time for http (and https) server. Previously the response time has been hardcoded to
1m
. - Increase health check timeout from
1s
to3s
, since we were receiving many false positives with1s
health check timeout. - Improve log message when exceeding health check timeout.