Skip to content

Commit

Permalink
fix: list tribes default timeout set to 15 seconds (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksrichard authored Sep 16, 2024
1 parent 3a1d0bb commit 12d527c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub struct ListTribeArgs {
///
/// The list-tribes commands tries to look for all the currently available tribes
/// for this amount of time maximum.
#[arg(long, value_name = "timeout", default_value_t = 30)]
#[arg(long, value_name = "timeout", default_value_t = 15)]
pub timeout: u64,
}

Expand Down

0 comments on commit 12d527c

Please sign in to comment.