]> Sergey Matveev's repositories - public-inbox.git/commit
lei: simplify workers_start API
authorEric Wong <e@80x24.org>
Sun, 2 May 2021 06:05:40 +0000 (06:05 +0000)
committerEric Wong <e@80x24.org>
Mon, 3 May 2021 18:45:26 +0000 (18:45 +0000)
commit528ef7a3988862763b6ca5b0123be0bf23a64213
treee346df9cd13a16047b474ea11a1464287d9412e2
parent34b534d80c36e92cf7dda6cd64a219d33b96d7a1
lei: simplify workers_start API

In most cases, we just name the worker process based
on the command.  The only change is for LeiMirror
vs "lei add-external --mirror", but I doubt it matters.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiBlob.pm
lib/PublicInbox/LeiConvert.pm
lib/PublicInbox/LeiImport.pm
lib/PublicInbox/LeiLsSearch.pm
lib/PublicInbox/LeiMirror.pm
lib/PublicInbox/LeiP2q.pm
lib/PublicInbox/LeiTag.pm