Skip to content

Commit

Permalink
chore(args): use a long timeout to preserve domain ss
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Nov 3, 2023
1 parent 116c57b commit 0e35c09
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 @@ -50,7 +50,7 @@ pub struct Cli {
pub height: u32,

/// Define timeout for urls
#[arg(long, default_value = "10")]
#[arg(long, default_value = "100")]
pub timeout: u64,

/// verbose mode to show status code,title and more
Expand Down

0 comments on commit 0e35c09

Please sign in to comment.