about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-30 21:19:46 +0000
committerEric Wong <e@80x24.org>2019-10-30 21:19:57 +0000
commit7375e589c165cd0c5bae2d70ff8e279fb76216a2 (patch)
treec1eac10fa0c56942b85d435cd4af42485d8d0bf6
parent9a306585752349cc0508135ecb11d1cb6a7d7f8f (diff)
downloadpublic-inbox-7375e589c165cd0c5bae2d70ff8e279fb76216a2.tar.gz
--reindex has gotten better over the years, and having parallel
Xapian DB directories would exceed all available disk space for
some users with giant inboxes.
-rw-r--r--lib/PublicInbox/Search.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index 06a84c34..88c8dc70 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -54,6 +54,9 @@ use constant {
         # 13 - fix threading for empty References/In-Reply-To
         #      (commit 83425ef12e4b65cdcecd11ddcb38175d4a91d5a0)
         # 14 - fix ghost root vivification
+        # 15 - see public-inbox-v2-format(5)
+        #      further bumps likely unnecessary, we'll suggest in-place
+        #      "--reindex" use for further fixes and tweaks
         SCHEMA_VERSION => 15,
 };