]> Sergey Matveev's repositories - public-inbox.git/commitdiff
nntpd+imapd: detect replaced over.sqlite3
authorEric Wong <e@80x24.org>
Thu, 11 Jun 2020 00:57:53 +0000 (00:57 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:58:30 +0000 (07:58 +0000)
For v1 inboxes (and possibly v2 in the future, for VACUUM),
public-inbox-compact replaces over.sqlite3 with a new file.

This currently doesn't need an extra inotify watch descriptor
(or FD for kevent) at the moment, so it can coexist nicely for
systems w/o IO::KQueue or Linux::Inotify2.


No differences found