]> Sergey Matveev's repositories - public-inbox.git/commit
lei_rediff: reduce overhead of tmp store
authorEric Wong <e@80x24.org>
Thu, 6 May 2021 01:53:36 +0000 (01:53 +0000)
committerEric Wong <e@80x24.org>
Thu, 6 May 2021 02:28:39 +0000 (02:28 +0000)
commitaa6ad348fea8a7affb1ecf025c297983d0e061cd
tree1c5372fcb5439187ce70c3cca508787a6b49bb7d
parent8e29aa50db0147f63ba4a164dce53d2d735d0a9f
lei_rediff: reduce overhead of tmp store

We don't need Xapian positional info when searching
for blob pre/post-images.  Furthermore, rediff will
usually be used for a single email or at most, one
patchset.  So there's little point in parallelizing
or having multiple shards.
lib/PublicInbox/LeiRediff.pm