]> Sergey Matveev's repositories - public-inbox.git/commit
lei_input: reduce IPC traffic with multiple inputs
authorEric Wong <e@80x24.org>
Wed, 31 Mar 2021 07:45:51 +0000 (07:45 +0000)
committerEric Wong <e@80x24.org>
Wed, 31 Mar 2021 22:27:19 +0000 (22:27 +0000)
commit8fa51e510fbe629a05c2da82482053f77ece7de5
treec25e83a48644e0665595a80343b352c083f84159
parentb9dfb42d9f504c36693377f6beea98e954e7c5a9
lei_input: reduce IPC traffic with multiple inputs

No point in sending a command for every input when a
single one will do.  We'll also trigger LeiStore->done
sooner in the worker rather than later.
lib/PublicInbox/LeiConvert.pm
lib/PublicInbox/LeiImport.pm
lib/PublicInbox/LeiInput.pm
lib/PublicInbox/LeiTag.pm