]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed --single-thread
authorYann Collet <cyan@fb.com>
Tue, 13 Feb 2018 22:56:35 +0000 (14:56 -0800)
committerYann Collet <cyan@fb.com>
Tue, 13 Feb 2018 22:56:35 +0000 (14:56 -0800)
commit5cb1144872acbfdf995996624efd5f1ea0cd01aa
tree1dd5e730de94006573d62343508b41bfc6864acd
parent97162501976c3196b146d8d4476b28616a06613e
fixed --single-thread

was incorrectly set to -T0 (use as many cores as possible) previously
lib/compress/zstdmt_compress.c
programs/zstdcli.c