]> git.ipfire.org Git - pakfire.git/commit
archive writer: Don't compress in parallel
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Feb 2025 12:04:21 +0000 (12:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Feb 2025 12:04:21 +0000 (12:04 +0000)
commitacf52406923760613eee7d6e3179b09abe6cdf6a
tree080ee4fc67d8bc458586c110450ff985d9063e42
parentdda5b2492d89fdba1465ecbb8057a5d39081d345
archive writer: Don't compress in parallel

There is almost no speed benefit here because most packages are rather
small so that Zstandard does not fan out. The result will however be a
couple of percent larger which is something we don't want.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/archive_writer.c