]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: wq supports arbitrarily large payloads
authorEric Wong <e@80x24.org>
Sun, 24 Jan 2021 11:46:48 +0000 (04:46 -0700)
committerEric Wong <e@80x24.org>
Sun, 24 Jan 2021 19:45:21 +0000 (15:45 -0400)
commit509c88ddfe0bb3bf4f00ff119eb2d847512df90c
treec9d34db00ab571afee20b203013ccc2dcb40a26d
parent0ca8bd671784ffd1a4ed59914e0b9a0bef7c0ea5
ipc: wq supports arbitrarily large payloads

This should not be needed, but somebody using lei could
theoretically create thousands of external URLs and
only have a handful of workers, which means the per-worker
URI list could be large.
lib/PublicInbox/IPC.pm
t/cmd_ipc.t
t/ipc.t