]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
cindex: implement --max-size=SIZE
authorEric Wong <e@80x24.org>
Tue, 21 Mar 2023 23:07:32 +0000 (23:07 +0000)
committerEric Wong <e@80x24.org>
Sat, 25 Mar 2023 09:37:54 +0000 (09:37 +0000)
commit6976656f86bb7e380bc4b45a1defe2085358b6db
treed4efb71fc35be772219dca181c088a66a8ba2cc8
parenta0f54ff833d0af03d6426f1464d3b51e380bde31
cindex: implement --max-size=SIZE

This matches existing behavior of -index and -extindex, and
will hopefully allow me to avoid OOM problems by skipping
problematic commits.
lib/PublicInbox/CodeSearchIdx.pm
script/public-inbox-cindex