Mention --timeout is better for many-round compression algorithms

This commit is contained in:
Winterhuman 2023-09-23 13:49:37 +00:00 committed by GitHub
parent b8ec65b3ca
commit 537504847e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,7 +256,7 @@ fn main() {
)
.arg(
Arg::new("timeout")
.help("Maximum amount of time, in seconds, to spend on optimizations")
.help("Maximum amount of time, in seconds, to spend on optimizations (not useful for compression algorithms which use fewer rounds as the timeout is checked inbetween rounds)")
.value_name("secs")
.long("timeout")
.value_parser(value_parser!(u64)),