]> Sergey Matveev's repositories - public-inbox.git/commit
move ->ids_after from mm to over
authorEric Wong <e@80x24.org>
Thu, 26 Aug 2021 12:33:38 +0000 (12:33 +0000)
committerEric Wong <e@80x24.org>
Sat, 28 Aug 2021 10:37:03 +0000 (10:37 +0000)
commitd7780e12856d83b9f5c58586691e2fbe711321ed
tree621a3c478ee88ecf17df53fef40e0632bbaf9960
parent9a157ecd55d759418b30a81769eaa05ea8b7e5d5
move ->ids_after from mm to over

Since we favor ->over in WWW and IMAP, move this method to
->over to reduce open files in common cases.

This fixes the /$EXTINDEX_NAME/all.mbox.gz endpoint for extindex
entries (which may get expensive...).
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/NNTP.pm
lib/PublicInbox/Over.pm
t/extindex-psgi.t