]> Sergey Matveev's repositories - public-inbox.git/commit
lei_to_mail: limit workers for text, reply and v2 outputs
authorEric Wong <e@80x24.org>
Sat, 30 Oct 2021 08:11:41 +0000 (08:11 +0000)
committerEric Wong <e@80x24.org>
Sat, 30 Oct 2021 18:34:32 +0000 (18:34 +0000)
commit97a9139a75729c41bb91acd711e8b088e6379600
tree6ad413ddea878693ffc9f29910fbb22912b14042
parent9cd6f106919076285c3dcc0d48977d6b39c33ede
lei_to_mail: limit workers for text, reply and v2 outputs

"text" and "reply" outputs are intended for the pager, so
parallelizing them is a waste of resources.

v2 has shards, of course, so parallelizing writes to it
is also a waste since the deduplication work is a bit
more complex.
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiToMail.pm