]> git.ipfire.org Git - thirdparty/zstd.git/commit
Update manual about the default value of `-T#`/`--threads=#` 4474/head
authorJamie Lokier <jamie@shareable.org>
Tue, 2 Sep 2025 15:44:09 +0000 (16:44 +0100)
committerJamie Lokier <jamie@shareable.org>
Tue, 2 Sep 2025 15:44:39 +0000 (16:44 +0100)
commit64c4288e9272c7b65f381d456e70eec35fc3cfd3
tree3b23b64c7927a423c936016e6fec52f668a63c0b
parent22b44831637be02bff6a63f85e88671e4cb70460
Update manual about the default value of `-T#`/`--threads=#`

The section about `ZSTD_NBTHREADS` already explains the default number of
threads, since it changed from 1 (commit 17beeb5).  But the option description
for `-T#`/`--threads=#` incorrectly said the default was still 1.

I noticed this when I found compression slower with `-T1` than without it.
programs/zstd.1
programs/zstd.1.md