From 8b1950055d51d4360e596446e5ac0f41008e357d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 7 Aug 2020 01:14:06 +0000 Subject: index+xcpdb: rename `--no-sync' to `--no-fsync' We'll continue supporting `--no-sync' even if its yet-to-make it it into a release, but the term `sync' is overloaded in our codebase which may be confusing to new hackers and users. None of our our code nor dependencies issue the sync(2) syscall, either, only fsync(2) and fdatasync(2). --- Documentation/public-inbox-index.pod | 2 +- Documentation/public-inbox-xcpdb.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/public-inbox-index.pod b/Documentation/public-inbox-index.pod index f525ba54..a4edc57a 100644 --- a/Documentation/public-inbox-index.pod +++ b/Documentation/public-inbox-index.pod @@ -117,7 +117,7 @@ below. Available in public-inbox 1.6.0 (PENDING). -=item --no-sync +=item --no-fsync Disables L and L operations on SQLite and Xapian. This is only effective with Xapian 1.4+. diff --git a/Documentation/public-inbox-xcpdb.pod b/Documentation/public-inbox-xcpdb.pod index 7fe1e5fe..89eed079 100644 --- a/Documentation/public-inbox-xcpdb.pod +++ b/Documentation/public-inbox-xcpdb.pod @@ -45,7 +45,7 @@ too many shards given the capabilities of the current hardware. These options are passed directly to L when used with C<--compact>. -=item --no-sync +=item --no-fsync Disable L and L. -- cgit v1.2.3-24-ge0c7