Add monitoring default configuration (#951)

pull/952/head
马称 3 years ago committed by GitHub
parent 31bbd1efa4
commit 333b8b58ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,7 @@ public class BootstrapConfigProperties implements BootstrapPropertiesInterface {
/** /**
* Thread pool monitoring related configuration. * Thread pool monitoring related configuration.
*/ */
private MonitorProperties monitor; private MonitorProperties monitor = new MonitorProperties();
/*** /***
* Latest use {@link MonitorProperties#getEnable()} * Latest use {@link MonitorProperties#getEnable()}

@ -82,7 +82,7 @@ public class BootstrapProperties implements BootstrapPropertiesInterface {
/** /**
* Thread pool monitoring related configuration. * Thread pool monitoring related configuration.
*/ */
private MonitorProperties monitor; private MonitorProperties monitor = new MonitorProperties();
/*** /***
* Latest use {@link MonitorProperties#getEnable()} * Latest use {@link MonitorProperties#getEnable()}

Loading…
Cancel
Save