]> Sergey Matveev's repositories - public-inbox.git/commit
www: reduce long-lived PublicInbox::Search references
authorEric Wong <e@yhbt.net>
Thu, 20 Aug 2020 20:24:43 +0000 (20:24 +0000)
committerEric Wong <e@yhbt.net>
Thu, 20 Aug 2020 21:11:13 +0000 (21:11 +0000)
commit4d8a07616ebe29771c9775173e9d01a91ec677ae
treebdcb09572eda8eaf16c7d5f537798b5e7112ea75
parent11f44fc4381899f703f0bac15a8c40dfd652873c
www: reduce long-lived PublicInbox::Search references

While this is unlikely to be a problem in current practice,
keeping Xapian DBs open for long responses can interfere with
free space recovery after -compact.

In the future, it will interfere with inbox search grouping
and lead to unexpected results.
lib/PublicInbox/Inbox.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/SearchView.pm