3 lines
74 B
Rust
Raw Normal View History

2026-01-26 08:26:15 +01:00
pub const DEFAULT_NODES: usize = 2;
pub const DEFAULT_RUN_SECS: u64 = 60;