From cd115d4c99aa1134d3713d48101b9355423748e8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 5 Apr 2023 11:26:53 +0000 Subject: cindex: do prune work while waiting for `git log -p' `git log -p' can several seconds to generate its initial output. SMP systems can be processing prunes during this delay, so let DS do a one-shot notification for us while prune is running. On Linux, we'll also use the biggest pipe possible so git can do more CPU-intensive work to generate diffs while our Perl processes are indexing and likely hitting I/O wait. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 3c421645..a0e64c6a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -160,6 +160,7 @@ lib/PublicInbox/AdminEdit.pm lib/PublicInbox/AltId.pm lib/PublicInbox/AutoReap.pm lib/PublicInbox/Cgit.pm +lib/PublicInbox/CidxLogP.pm lib/PublicInbox/CmdIPC4.pm lib/PublicInbox/CodeSearch.pm lib/PublicInbox/CodeSearchIdx.pm -- cgit v1.2.3-24-ge0c7