We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6c485 commit 396325aCopy full SHA for 396325a
1 file changed
linera-service/src/linera/command.rs
@@ -615,7 +615,7 @@ pub enum ClientCommand {
615
limit_rate_until: Option<DateTime<Utc>>,
616
617
/// The maximum number of blocks in the faucet chain, before a new one is created.
618
- #[arg(long, default_value = "100")]
+ #[arg(long, default_value = "1000")]
619
max_chain_length: u64,
620
621
/// Configuration for the faucet chain listener.
0 commit comments