mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-08 17:54:22 +01:00
simulator: Reduce generated sequence size defaults
...otherwise the simulator runs forever...
This commit is contained in:
@@ -18,14 +18,14 @@ pub struct SimulatorCLI {
|
||||
short = 'n',
|
||||
long,
|
||||
help = "change the maximum size of the randomly generated sequence of interactions",
|
||||
default_value_t = 20000
|
||||
default_value_t = 5000
|
||||
)]
|
||||
pub maximum_size: usize,
|
||||
#[clap(
|
||||
short = 'k',
|
||||
long,
|
||||
help = "change the minimum size of the randomly generated sequence of interactions",
|
||||
default_value_t = 10000
|
||||
default_value_t = 1000
|
||||
)]
|
||||
pub minimum_size: usize,
|
||||
#[clap(
|
||||
|
||||
Reference in New Issue
Block a user