]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: mbox*: disable changing parallelism, add --rsyncable
authorEric Wong <e@80x24.org>
Fri, 12 Mar 2021 10:39:43 +0000 (10:39 +0000)
committerEric Wong <e@80x24.org>
Sat, 13 Mar 2021 09:09:46 +0000 (05:09 -0400)
commit037cc7637baf074b9dc14a67a629940ae84375d9
tree1e8bdf5ace6c9f18b3b2554485fdffd27d18244e
parente9ab65063d00a7b9b20c369316ec3c9e26e40bf6
lei q: mbox*: disable changing parallelism, add --rsyncable

Unfortunately, being mairix-compatible with --threads means we
can't change thread-count of gzip, bzip2, or xz when writing to
compressed mbox with a --threads= parameter.  It's probably not
worth changing, anyways, so another switch or additional value
for --jobs= won't be added.

While we're in the area, add --rsyncable support since
most installations of gzip support it nowadays.

Fixes: 5beb4a5f6585acd ("lei: replace --thread with --threads")
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiToMail.pm