mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
rpm compression uses xz, which is painfully slow. Adjust the compression settings to run on all threads. The xz utility documentation suggests that 0 threads is equivalent to all CPUs, but apparently the library interface (which rpmbuild uses) doesn't think the same way. Message-Id: <20200101141544.1054176-1-avi@scylladb.com>