]> Sergey Matveev's repositories - public-inbox.git/commit
lei_to_mail: write directly to mail_sync.sqlite3
authorEric Wong <e@80x24.org>
Mon, 25 Oct 2021 08:59:19 +0000 (08:59 +0000)
committerEric Wong <e@80x24.org>
Mon, 25 Oct 2021 19:32:00 +0000 (19:32 +0000)
commit2833f2adeb224a83d731deaa717e1969e5bf9e62
treebf565dd24d59040a9064ce8b95736e4a94e1d660
parent21c66c3ac2a355a600325a69a345a33ad5c7320f
lei_to_mail: write directly to mail_sync.sqlite3

No need to go through the lei/store process when we write
mail_sync.sqlite3.  This ought to reduce ENOBUFS errors (and the
sleep workaround) on RAM-starved systems.
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiStore.pm
lib/PublicInbox/LeiToMail.pm