We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688f812 commit ee75066Copy full SHA for ee75066
modules/elasticsearch/src/main/java/org/elasticsearch/monitor/jvm/JvmMonitorService.java
@@ -62,7 +62,7 @@ public class JvmMonitorService extends AbstractLifecycleComponent<JvmMonitorServ
62
this.dumpMonitorService = dumpMonitorService;
63
64
this.enabled = componentSettings.getAsBoolean("enabled", true);
65
- this.interval = componentSettings.getAsTime("interval", timeValueSeconds(10));
+ this.interval = componentSettings.getAsTime("interval", timeValueSeconds(1));
66
this.gcThreshold = componentSettings.getAsTime("gc_threshold", timeValueMillis(5000));
67
}
68
0 commit comments