]> Sergey Matveev's repositories - public-inbox.git/commitdiff
extindex: flush pending reindex before unref
authorEric Wong <e@80x24.org>
Tue, 12 Oct 2021 22:44:56 +0000 (22:44 +0000)
committerEric Wong <e@80x24.org>
Wed, 13 Oct 2021 00:41:22 +0000 (00:41 +0000)
This prevents unnecessary message renumbering and I/O.

Without this change, there is a small window for long-running
WWW streaming requests to miss a message that was unref-ed
before reindexing.  If we expose an "All Mail" mailbox via
IMAP/JMAP, this will save client traffic.


No differences found