diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-10-05 15:35:16 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-10-05 15:35:16 +0000 |
commit | 02b50afdba0cb2f1cbd96d62c28f00a07a72bf00 (patch) | |
tree | 1258fd811a15cb1c6c718e97d6e487aed0cf0740 | |
parent | 3a47a797e377bc3010d1b167d8b7411d651f4870 (diff) |
set default value of delayed_commits to true for 0.11/trunk
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@821858 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 1fa95b4a..3de6e12b 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -10,7 +10,7 @@ max_document_size = 4294967296 ; 4 GB max_attachment_chunk_size = 4294967296 ; 4GB os_process_timeout = 5000 ; 5 seconds. for view and external servers. max_dbs_open = 100 -delayed_commits = false +delayed_commits = true ; set this to false to ensure an fsync before 201 Created is returned batch_save_size = 1000 ; number of docs at which to save a batch batch_save_interval = 1000 ; milliseconds after which to save batches |