Author: kocolosk
Date: Thu Apr 15 14:56:29 2010
New Revision: 934434
URL: http://svn.apache.org/viewvc?rev=934434&view=rev
Log:
remove unused batch config options. COUCHDB-737
Modified:
couchdb/branches/0.11.x/etc/couchdb/default.ini.tpl.in
Modified: couchdb/branches/0.11.x/etc/couchdb/default.ini.tpl.in
URL:
http://svn.apache.org/viewvc/couchdb/branches/0.11.x/etc/couchdb/default.ini.tpl.in?rev=934434&r1=934433&r2=934434&view=diff
==============================================================================
--- couchdb/branches/0.11.x/etc/couchdb/default.ini.tpl.in (original)
+++ couchdb/branches/0.11.x/etc/couchdb/default.ini.tpl.in Thu Apr 15 14:56:29
2010
@@ -11,8 +11,6 @@ max_attachment_chunk_size = 4294967296 ;
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