]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
www: configurable "-httpbackend" named limiter
authorEric Wong <e@80x24.org>
Tue, 28 Jan 2025 08:31:12 +0000 (08:31 +0000)
committerEric Wong <e@80x24.org>
Tue, 4 Feb 2025 09:06:17 +0000 (09:06 +0000)
commiteb40d1e62ed687e31785da0cebe38cba9f8492cc
tree03eaf6f25d21b9cf9ce126ab58ffc4c1357483ea
parent3bc22b2739b50fff8ac436a91ee5bf2814149329
www: configurable "-httpbackend" named limiter

The default limiter being hard-coded to 32 is excessive for
smaller systems.  With dozens or hundreds of inboxes,
configuring all inboxes to point to a user-defined limiter
is tedious, as well.  So give WWW admins the opportunity
to configure the limiter for all git-http-backend(1) processes
with one `publicinbox.-httpbackend.max' knob.
Documentation/public-inbox-config.pod
lib/PublicInbox/Cgit.pm
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WwwCoderepo.pm