]> Sergey Matveev's repositories - public-inbox.git/commit
nntpd+imapd: detect unlinked msgmap
authorEric Wong <e@yhbt.net>
Tue, 14 Jul 2020 02:14:31 +0000 (02:14 +0000)
committerEric Wong <e@yhbt.net>
Tue, 14 Jul 2020 23:22:59 +0000 (23:22 +0000)
commit322a79a6421b5993775f63ea25294a97c5203ac0
tree32e94eb9dafead35e830fee28cb90d3bc43ec7c4
parente9fc1290ead44e06d20ff58e0a6acb5306d4fbe2
nntpd+imapd: detect unlinked msgmap

While it's even less common to experience a replaced
msgmap.sqlite3 file, BOFHs may do the darndest things.  This is
another step towards reducing the number of needless wakeups
we need to do in long-lived read-only daemons.
lib/PublicInbox/Inbox.pm
lib/PublicInbox/Msgmap.pm
t/nntpd.t