mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fix missing interval for status file updates
This commit is contained in:
parent
123c348895
commit
0aaab3d0b2
@ -204,7 +204,7 @@ public class NBCLIOptions {
|
|||||||
private String annotateLabelSpec = "";
|
private String annotateLabelSpec = "";
|
||||||
private String metricsLabelSpec = "";
|
private String metricsLabelSpec = "";
|
||||||
private String wantsToCatResource ="";
|
private String wantsToCatResource ="";
|
||||||
private long heartbeatIntervalMs;
|
private long heartbeatIntervalMs = 10000;
|
||||||
|
|
||||||
public boolean wantsLoggedMetrics() {
|
public boolean wantsLoggedMetrics() {
|
||||||
return this.wantsConsoleMetrics;
|
return this.wantsConsoleMetrics;
|
||||||
|
Loading…
Reference in New Issue
Block a user