]> Sergey Matveev's repositories - public-inbox.git/commit
extmsg: prevent cross-inbox matches from hogging event loop
authorEric Wong <e@80x24.org>
Wed, 9 Sep 2020 06:26:15 +0000 (06:26 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Sep 2020 19:45:18 +0000 (19:45 +0000)
commit081946eae235baac51987cf591e2b55e7e039b55
treec58c07a09f5d3719d02bb941d2c3194f01e8587d
parent238e593609daf5de1011519afef1691b529e6229
extmsg: prevent cross-inbox matches from hogging event loop

With many inboxes, checking multiple SQLite repos will be slow
and time-consuming, so ensure we can schedule it fairly between
multiple inboxes.
lib/PublicInbox/ExtMsg.pm