]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: limit concurrency to 4 remote connections
authorEric Wong <e@80x24.org>
Sun, 24 Jan 2021 11:46:47 +0000 (04:46 -0700)
committerEric Wong <e@80x24.org>
Sun, 24 Jan 2021 19:45:20 +0000 (15:45 -0400)
commit0ca8bd671784ffd1a4ed59914e0b9a0bef7c0ea5
treedc7955d386ad6bf54f8cfd919ab1880441fa729e
parentcea37260f3d63a4e497f0e5803d2a40c6f89dc0d
lei q: limit concurrency to 4 remote connections

Unfortunately, this isn't a per-host limit, yet; but
nevertheless reduces load on existing PublicInbox::WWW
instances, since requesting a mboxrd is one of the more
expensive operations.
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiXSearch.pm