fix missing interval for status file updates

This commit is contained in:
Jonathan Shook 2024-01-11 00:40:35 -06:00
parent 123c348895
commit 0aaab3d0b2

View File

@ -204,7 +204,7 @@ public class NBCLIOptions {
private String annotateLabelSpec = "";
private String metricsLabelSpec = "";
private String wantsToCatResource ="";
private long heartbeatIntervalMs;
private long heartbeatIntervalMs = 10000;
public boolean wantsLoggedMetrics() {
return this.wantsConsoleMetrics;