]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
qspawn: use limiter->new default
authorEric Wong <e@80x24.org>
Sat, 8 Feb 2025 03:26:36 +0000 (03:26 +0000)
committerEric Wong <e@80x24.org>
Tue, 11 Feb 2025 00:11:41 +0000 (00:11 +0000)
commit838f5d1a45addc643ddf23d1da9ee43816a8140c
tree469fa1895702328a8e76b23640700d933c0c640d
parenta972a46180718b2d8d7d7d150d39d58cb09566bc
qspawn: use limiter->new default

No need to hardcode `32' here since PublicInbox::Limiter already
uses that value already (and includes a helpful comment about
using the same value as git-daemon).
lib/PublicInbox/Qspawn.pm