diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-07-07 14:47:47 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-07-07 14:47:47 +0000 |
commit | 37f492f8bd41370a4722b1adc699ae3aa6d3f46a (patch) | |
tree | f2eb31e6ffa5185d23b6f0c9c1a1f91183ae744c | |
parent | dc72d72058f2fef88bf2cd3d876501c2d0344939 (diff) |
link to wiki discussion of delayed_commits configuration from the config page of Futon
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@961395 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | share/www/config.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/www/config.html b/share/www/config.html index e81d4dd1..9863c8b5 100644 --- a/share/www/config.html +++ b/share/www/config.html @@ -116,7 +116,9 @@ specific language governing permissions and limitations under the License. <strong>Note:</strong> Some configuration options may require restarting the server to take effect after modification. </p> - + <p class="help"> + For the strongest consistency guarantees, <tt>delayed_commits</tt> should be set to <tt>false</tt>. The default value of <tt>true</tt> is designed for single-user performance. For more details see <a href="http://wiki.apache.org/couchdb/Durability_Matrix">a discussion of durability on the CouchDB wiki</a>. + </p> <table id="config" class="listing" cellspacing="0"> <caption>Configuration</caption> <thead><tr> |