mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-02-18 20:23:06 +00:00
4 lines
119 B
Rust
4 lines
119 B
Rust
pub const DEFAULT_VALIDATORS: usize = 2;
|
|
pub const DEFAULT_EXECUTORS: usize = 0;
|
|
pub const DEFAULT_RUN_SECS: u64 = 60;
|