]> Sergey Matveev's repositories - public-inbox.git/commitdiff
msgmap: split ->max into its own method
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:03 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
There's enough places where we only care about the max NNTP
article number to warrant avoiding a call into SQLite.

Using ->num_highwater in read-only packages such as
PublicInbox::IMAP is also incorrect, since that memoizes
and won't pick up changes made by other processes.


No differences found