You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/06/14 10:25:22 UTC

[25/32] git commit: updated refs/heads/1781-reorganize-and-improve-docs to 11fd32a

Add fsync_options parameter description.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7a2173d4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7a2173d4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7a2173d4

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: 7a2173d47eec052430e5ecf21a79162b7136ee24
Parents: 6da1aa5
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Jun 13 05:41:31 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Jun 14 12:10:26 2013 +0400

----------------------------------------------------------------------
 share/doc/src/config/couchdb.rst | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/7a2173d4/share/doc/src/config/couchdb.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/config/couchdb.rst b/share/doc/src/config/couchdb.rst
index a6824e7..6266bf1 100644
--- a/share/doc/src/config/couchdb.rst
+++ b/share/doc/src/config/couchdb.rst
@@ -93,6 +93,19 @@ section). Available methods are:
 .. _Google Snappy: http://code.google.com/p/snappy/
 
 
+.. _config/couchdb/fsync_options:
+
+``fsync_options`` :: Fsync options
+----------------------------------
+
+Conditions when to make `fsync` calls. `fsync` makes sure that any buffers kept
+by the operating system are written to disk. Normally, you have no need to edit
+this parameter::
+
+  [couchdb]
+  fsync_options = [before_header, after_header, on_file_open]
+
+
 .. _config/couchdb/max_dbs_open:
 
 ``max_dbs_open`` :: Limit of simultaneously opened databases
@@ -167,6 +180,19 @@ his content should be readable for user that runs CouchDB service::
   util_driver_dir = /usr/lib/couchdb/erlang/lib/couch-1.3.0/priv/lib
 
 
+.. _config/couchdb/uuid:
+
+``uuid`` :: CouchDB server UUID
+-------------------------------
+
+.. versionadded:: 1.3
+
+Unique identifier of CouchDB server instance::
+
+  [couchdb]
+  uuid = 0a959b9b8227188afc2ac26ccdf345a6
+
+
 .. _config/couchdb/view_index_dir:
 
 ``view_index_dir`` :: View indexes location directory