summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2010-04-15 14:56:59 +0000
committerAdam Kocoloski <kocolosk@apache.org>2010-04-15 14:56:59 +0000
commitfc8069eedf13c10b9b61f527964279fa2085009b (patch)
treece97ab112855207dca1dbf051629bdb098096dde
parentd1506067c656761dddcca04b000ac06547217b51 (diff)
remove unused batch config options. COUCHDB-737
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@934435 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--etc/couchdb/default.ini.tpl.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 1a0e7656..f523186b 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -11,8 +11,6 @@ max_attachment_chunk_size = 4294967296 ; 4GB
os_process_timeout = 5000 ; 5 seconds. for view and external servers.
max_dbs_open = 100
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
[httpd]
port = 5984