]> Sergey Matveev's repositories - public-inbox.git/commit
inbox: reinstate periodic cleanup of Xapian and SQLite objects
authorEric Wong <e@80x24.org>
Wed, 11 Jan 2017 10:13:00 +0000 (10:13 +0000)
committerEric Wong <e@80x24.org>
Wed, 11 Jan 2017 10:19:35 +0000 (10:19 +0000)
commit1975aeaebbbdd628849964de42e183d04240c4e0
treede84d0fd7bc445486b9c1a6af61bb404ebc75772
parent3fc59df0d633a17e0c5e43d633d12e8772c06ec3
inbox: reinstate periodic cleanup of Xapian and SQLite objects

We may need to do this even more aggressively, since the
Xapian database does not always give the latest results.
This time, we'll do it without relying on weak references,
and instead check refcounts.
lib/PublicInbox/Inbox.pm