]> Sergey Matveev's repositories - public-inbox.git/commit
lei_auth: trim and remove leftover worker code
authorEric Wong <e@80x24.org>
Mon, 22 Feb 2021 11:22:59 +0000 (08:22 -0300)
committerEric Wong <e@80x24.org>
Mon, 22 Feb 2021 22:14:23 +0000 (18:14 -0400)
commitc1ad789a90c274f9912d53bb1c7f1a3cc07cb233
treee712e57f8eb7deae0ed13622bb1421d82541f05c
parent3a40128f8418d3c3bc826a1d45ca907478339190
lei_auth: trim and remove leftover worker code

LeiAuth is no longer a separate worker process.  Instead, it's
used directly by LeiToMail and LeiImport for sharing auth info
from the first worker to the rest of the workers, using
lei-daemon as a message router.  So drop the old code to reduce
human cognitive load and interpreter memory overhead.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiAuth.pm
lib/PublicInbox/LeiImport.pm
lib/PublicInbox/LeiQuery.pm