Skip to content

Commit 02f29c8

Browse files
author
André Stein
committed
Change default timeout to 600 i.e. 10 minutes.
Signed-off-by: André Stein <[email protected]>
1 parent 5b40008 commit 02f29c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-dump-composer/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl CoreConfig {
6060
let pathname = matches.value_of("pathname").unwrap_or("").to_string();
6161
let timeout = matches
6262
.value_of("timeout")
63-
.unwrap_or("120")
63+
.unwrap_or("600")
6464
.parse::<u64>()
6565
.unwrap();
6666
let disable_compression = matches.contains_id("disable-compression");

0 commit comments

Comments
 (0)