Skip to content

Commit

Permalink
Change default timeout to 600 i.e. 10 minutes.
Browse files Browse the repository at this point in the history
Signed-off-by: André Stein <andre@deepl.com>
  • Loading branch information
André Stein committed Nov 4, 2022
1 parent 5b40008 commit 02f29c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-dump-composer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl CoreConfig {
let pathname = matches.value_of("pathname").unwrap_or("").to_string();
let timeout = matches
.value_of("timeout")
.unwrap_or("120")
.unwrap_or("600")
.parse::<u64>()
.unwrap();
let disable_compression = matches.contains_id("disable-compression");
Expand Down

0 comments on commit 02f29c8

Please sign in to comment.