]> Sergey Matveev's repositories - public-inbox.git/commit
extsearchidx: no need to make InboxWritable
authorEric Wong <e@80x24.org>
Wed, 16 Dec 2020 23:19:06 +0000 (23:19 +0000)
committerEric Wong <e@80x24.org>
Thu, 17 Dec 2020 19:41:16 +0000 (19:41 +0000)
commitf85de9d78561efa8190ac038823fef397b6df4fc
treebcd9e6da7bba64155e4053213cd1b1b2423d7023
parentd7f85ee273e546f9cd822aa631d52e2f7a594e16
extsearchidx: no need to make InboxWritable

extindex treats v1/v2 public inboxes as read-only, so there's
no need to scare people by using the InboxWritable package
now that ->git_dir_n is gone and we can use ->max_git_epoch
instead of ->git_dir_latest.
lib/PublicInbox/ExtSearchIdx.pm