]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Inbox.pm
view: speed up homepage loading time with date clamp
[public-inbox.git] / lib / PublicInbox / Inbox.pm
index 265360d94b6e150c0fa0fc313d0315978a7b06fd..90ac9ebb7c31628a292ec69647399969b1adf2fe 100644 (file)
@@ -132,6 +132,7 @@ sub max_git_part {
 sub mm {
        my ($self) = @_;
        $self->{mm} ||= eval {
+               require PublicInbox::Msgmap;
                _cleanup_later($self);
                my $dir = $self->{mainrepo};
                if (($self->{version} || 1) >= 2) {