about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-11-21 12:43:14 +0000
committerEric Wong <e@80x24.org>2023-11-21 21:37:17 +0000
commit0f92d4d5fc65bdec2b3cef7679480422e818f352 (patch)
tree0f6b964e503228ec064e9f683f617d2e819ded7e /Documentation
parent4d391b70167cce31f57b1364753a844885614b8a (diff)
downloadpublic-inbox-0f92d4d5fc65bdec2b3cef7679480422e818f352.tar.gz
There's no point in duplicating --no-fsync documentation across
manpages.  --dangerous can be useful for reducing SSD wear, so
add a pointer to it as well.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-cindex.pod7
1 files changed, 1 insertions, 6 deletions
diff --git a/Documentation/public-inbox-cindex.pod b/Documentation/public-inbox-cindex.pod
index d2d5dadc..3ff394be 100644
--- a/Documentation/public-inbox-cindex.pod
+++ b/Documentation/public-inbox-cindex.pod
@@ -64,12 +64,7 @@ Use this after L<git-gc(1)> (or L<git-prune(1)>).
 
 =item --no-fsync
 
-Disables L<fsync(2)> and L<fdatasync(2)> operations on SQLite
-and Xapian.  This is only effective with Xapian 1.4+.  This is
-primarily intended for systems with low RAM and the small
-(default) C<--batch-size=1m>.  Users of large C<--batch-size>
-may even find disabling L<fdatasync(2)> causes too much dirty
-data to accumulate, resulting on latency spikes from writeback.
+=item --dangerous
 
 =item --max-size SIZE