From 5874d6355916e96a220e07bb229e090a92415afd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 7 Jan 2017 01:44:47 +0000 Subject: inbox: describe the full key name Hopefully make this easier for future generations to understand. --- lib/PublicInbox/Inbox.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/PublicInbox/Inbox.pm') 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; -- cgit v1.2.3-24-ge0c7