about summary refs log tree commit homepage
path: root/lib/PublicInbox/Inbox.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-07 01:44:47 +0000
committerEric Wong <e@80x24.org>2017-01-07 01:45:42 +0000
commit5874d6355916e96a220e07bb229e090a92415afd (patch)
treeef3854ac79ce392a414a679637e386c181278d82 /lib/PublicInbox/Inbox.pm
parentdffd0cd44d80064e668faeeb643e31b3a4b0b91f (diff)
downloadpublic-inbox-5874d6355916e96a220e07bb229e090a92415afd.tar.gz
Hopefully make this easier for future generations to understand.
Diffstat (limited to 'lib/PublicInbox/Inbox.pm')
-rw-r--r--lib/PublicInbox/Inbox.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/Inbox.pm b/lib/PublicInbox/Inbox.pm
index 5503980f..008a6cf7 100644
--- a/lib/PublicInbox/Inbox.pm
+++ b/lib/PublicInbox/Inbox.pm
@@ -60,6 +60,7 @@ sub _set_limiter ($$$) {
         my ($self, $git, $pfx) = @_;
         my $lkey = "-${pfx}_limiter";
         $git->{$lkey} = $self->{$lkey} ||= eval {
+                # full key is: publicinbox.$NAME.httpbackendmax
                 my $mkey = $pfx.'max';
                 my $val = $self->{$mkey} or return;
                 my $lim;