make default flock size 1k instead of 5k
This commit is contained in:
parent
9225408422
commit
b5f89d0215
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const MIN_ALTITUDE: f32 = 13.5;
|
||||||
/// Toid Watching
|
/// Toid Watching
|
||||||
pub struct Config {
|
pub struct Config {
|
||||||
/// how many Toids to spawn
|
/// how many Toids to spawn
|
||||||
#[argh(option, short = 't', default = "5_000")]
|
#[argh(option, short = 't', default = "1_000")]
|
||||||
pub toids: usize,
|
pub toids: usize,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue