Skip to content

Commit

Permalink
remove unused batch config options. COUCHDB-737
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@934435 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
kocolosk committed Apr 15, 2010
1 parent d150606 commit fc8069e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etc/couchdb/default.ini.tpl.in
Expand Up @@ -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
Expand Down

0 comments on commit fc8069e

Please sign in to comment.