Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 586B5200C54 for ; Wed, 8 Mar 2017 03:16:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5720F160B68; Wed, 8 Mar 2017 02:16:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A589A160B74 for ; Wed, 8 Mar 2017 03:16:56 +0100 (CET) Received: (qmail 61110 invoked by uid 500); 8 Mar 2017 02:16:55 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 61100 invoked by uid 99); 8 Mar 2017 02:16:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Mar 2017 02:16:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B290FDFBD3; Wed, 8 Mar 2017 02:16:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vatamane@apache.org To: commits@couchdb.apache.org Date: Wed, 08 Mar 2017 02:16:55 -0000 Message-Id: <27c0dd2cdb9c4cb2896676c1496a0acf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/6] documentation commit: updated refs/heads/master to 3a2eadb archived-at: Wed, 08 Mar 2017 02:16:57 -0000 Repository: couchdb-documentation Updated Branches: refs/heads/master 3f7ee184d -> 3a2eadb2c Fix description of delayed_commits - Fix spelling and grammar - Reword to be less awkward. Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/5b7d0570 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/5b7d0570 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/5b7d0570 Branch: refs/heads/master Commit: 5b7d0570b37e2ea9838114a9f27265d34bb8d507 Parents: 5134e9c Author: Jonathan Hall Authored: Tue Mar 7 11:35:26 2017 +0100 Committer: Nick Vatamaniuc Committed: Tue Mar 7 21:11:41 2017 -0500 ---------------------------------------------------------------------- src/config/couchdb.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/5b7d0570/src/config/couchdb.rst ---------------------------------------------------------------------- diff --git a/src/config/couchdb.rst b/src/config/couchdb.rst index cf58acf..62eb49c 100644 --- a/src/config/couchdb.rst +++ b/src/config/couchdb.rst @@ -47,11 +47,11 @@ Base CouchDB Options .. config:option:: delayed_commits :: Delayed commits - When this config value as ``false`` the CouchDB provides guaranty of - `fsync` call before return :http:statuscode:`201` response on each - document saving. Setting this config value as ``true`` may raise some - overall performance with cost of losing durability - it's strongly not - recommended to do such in production:: + When this config value is ``false`` the CouchDB provides a guarantee + that `fsync` will be called before returning a :http:statuscode:`201` + response on each document save. Setting this config value to ``true`` + may improve performance, at cost of some durability. For production use + disabling this is strongly recommended:: [couchdb] delayed_commits = false