Skip to content

Commit 396325a

Browse files
committed
Increase default to 1000.
1 parent 9b6c485 commit 396325a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linera-service/src/linera/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ pub enum ClientCommand {
615615
limit_rate_until: Option<DateTime<Utc>>,
616616

617617
/// The maximum number of blocks in the faucet chain, before a new one is created.
618-
#[arg(long, default_value = "100")]
618+
#[arg(long, default_value = "1000")]
619619
max_chain_length: u64,
620620

621621
/// Configuration for the faucet chain listener.

0 commit comments

Comments
 (0)