]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: drop dynamic WQ process counts
authorEric Wong <e@80x24.org>
Sun, 19 Sep 2021 12:50:25 +0000 (12:50 +0000)
committerEric Wong <e@80x24.org>
Sun, 19 Sep 2021 19:52:47 +0000 (19:52 +0000)
commitee355020415fbbebbeb8fbe79be4e4f3fa2e657b
tree13a6d79cb75a7a2d87e04acef236b2b25aefabd0
parent7cbdc00ece1c77d25e6654446624e6457145e955
ipc: drop dynamic WQ process counts

In retrospect, I don't think it's needed; and trying to wire up
a user interface for lei to manage process counts doesn't seem
worthwhile.  It could be resurrected for public-facing daemon
use in the future, but that's what version control systems are for.

This also lets us automatically avoid setting up broadcast
sockets

Followup-to: 7b7939d47b336fb7 ("lei: lock worker counts")
lib/PublicInbox/IPC.pm
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiStore.pm
t/ipc.t