]> Sergey Matveev's repositories - public-inbox.git/commitdiff
watch: flush changes to inbox before updating IMAPTracker
authorEric Wong <e@yhbt.net>
Fri, 28 Aug 2020 10:12:58 +0000 (10:12 +0000)
committerEric Wong <e@yhbt.net>
Fri, 28 Aug 2020 22:19:25 +0000 (22:19 +0000)
Data needs to hit inboxes, first.  Otherwise it's possible to
skip messages in case git-fast-import is killed before it sees
"done\n".  Now, -watch will just waste a little bandwidth in
re-downloading a seen message if it's interrupted immediately
before updating IMAPTracker.


No differences found