]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: allow configurable limiters
authorEric Wong <e@80x24.org>
Sat, 9 Jul 2016 03:18:34 +0000 (03:18 +0000)
committerEric Wong <e@80x24.org>
Sat, 9 Jul 2016 03:20:24 +0000 (03:20 +0000)
commitf89bd1444a595b569606679293d2d01b0b7a049e
treefbb8007c319f0655adbc1245dfff48bd441c720f
parent239514fd687eb88d023b67de1daccaf2e440e884
qspawn: allow configurable limiters

And bump the default limit to 32 so we match git-daemon
behavior.  This shall allow us to configure different levels
of concurrency for different repositories and prevent clones
of giant repos from stalling service to small repos.
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/Qspawn.pm
t/qspawn.t