Skip to content
Snippets Groups Projects
Commit a61dc397 authored by brinn's avatar brinn
Browse files

fix: wrong reported default value for check-interval

SVN: 2071
parent ee541ba7
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ public class Parameters implements ITimingParameters, IFileSysParameters ...@@ -92,7 +92,7 @@ public class Parameters implements ITimingParameters, IFileSysParameters
* The interval to wait between two checks for activity (in milliseconds). * The interval to wait between two checks for activity (in milliseconds).
*/ */
@Option(name = "c", longName = "check-interval", usage = "The interval to wait between two checks (in seconds) " @Option(name = "c", longName = "check-interval", usage = "The interval to wait between two checks (in seconds) "
+ "[default: 160]", handler = MillisecondConversionOptionHandler.class) + "[default: 60]", handler = MillisecondConversionOptionHandler.class)
private long checkIntervalMillis; private long checkIntervalMillis;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment