]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Config.pm
feed: support publicinbox.<name>.feedmax
[public-inbox.git] / lib / PublicInbox / Config.pm
index 8d66cf8c35fcb9aba02aaed2286e5e4da580234c..6e31df7267fe0c64be3c8dc95db8e8f66819a9df 100644 (file)
@@ -145,7 +145,8 @@ sub _fill {
        my $rv = {};
 
        foreach my $k (qw(mainrepo address filter url newsgroup
-                       infourl watch watchheader httpbackendmax)) {
+                       infourl watch watchheader httpbackendmax
+                       feedmax)) {
                my $v = $self->{"$pfx.$k"};
                $rv->{$k} = $v if defined $v;
        }