fix(src/config.rs): use dedicated constant for default interval
The default doesn’t change, but it’s now called
DEFAULT_QUEUE_LEN_INTERVAL instead of DEFAULT_MAX_RUN_TIME.
Signed-off-by: Lars Wirzenius liw@liw.fi
1 file changed
+2
-1
f736bdf8
→
030a3901
modified src/config.rs
@@ -16,6 +16,7 @@ use crate::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -42,7 +43,7 @@ fn default_max_run_time() -> Duration {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|