about summary refs log tree commit homepage
path: root/Documentation/public-inbox-convert.pod
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-08-10 02:12:02 +0000
committerEric Wong <e@yhbt.net>2020-08-10 06:26:24 +0000
commit073e4082a07ddeebf7c3efcadde35d98adb21c92 (patch)
treeca091742f9c1d8e539cf38f82c295218996d067f /Documentation/public-inbox-convert.pod
parenta27beb758ec7097768416966cf4a7b6984ef5da6 (diff)
downloadpublic-inbox-073e4082a07ddeebf7c3efcadde35d98adb21c92.tar.gz
Converting v1 inboxes from v2 can be a painful experience
on HDD.  Some of the new options in the CLI or config
file make it less painful.
Diffstat (limited to 'Documentation/public-inbox-convert.pod')
-rw-r--r--Documentation/public-inbox-convert.pod19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/public-inbox-convert.pod b/Documentation/public-inbox-convert.pod
index a8a5658c..a7958cf8 100644
--- a/Documentation/public-inbox-convert.pod
+++ b/Documentation/public-inbox-convert.pod
@@ -33,6 +33,25 @@ at 4 due to various bottlenecks.  The number of Xapian shards
 will be 1 less than the JOBS value, since there is a single
 process which distributes work to the Xapian shards.
 
+=item -L LEVEL, --index-level=LEVEL
+
+=item -c, --compact
+
+=item -v, --verbose
+
+=item --no-fsync
+
+=item --sequential-shard
+
+=item --batch-size=BYTES
+
+=item --max-size=BYTES
+
+These options affect indexing.  They have no effect if
+L</--no-index> is specified
+
+See L<public-inbox-index(1)> for a description of these options.
+
 =back
 
 =head1 ENVIRONMENT