Add properties to configure timeouts when querying the applications
Until now the thread querying the application endpoint can be blocked
for a very long time when the application is inresponsive. With this
commit two new properties `spring.boot.admin.monitor.read-timeout`
(default: 2s) and `spring.boot.admin.monitor.connect-timeout` (default:
5s) are added.
closes #462
Showing
Please
register
or
sign in
to comment