From 282b96ddd9a84b740788c2358ec0f5fedafb7cc6 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 6 Jul 2009 00:33:50 +0000 Subject: trimmed trailing whitespace git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@791350 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_batch_save_sup.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/couchdb/couch_batch_save_sup.erl') diff --git a/src/couchdb/couch_batch_save_sup.erl b/src/couchdb/couch_batch_save_sup.erl index 42cf1aba..678e0a89 100644 --- a/src/couchdb/couch_batch_save_sup.erl +++ b/src/couchdb/couch_batch_save_sup.erl @@ -27,9 +27,9 @@ init([]) -> exit(Self, reload_config) end), - BatchSize = list_to_integer(couch_config:get("couchdb", + BatchSize = list_to_integer(couch_config:get("couchdb", "batch_save_size","1000")), - BatchInterval = list_to_integer(couch_config:get("couchdb", + BatchInterval = list_to_integer(couch_config:get("couchdb", "batch_save_interval","1000")), Batch = {batch, {couch_batch_save, start_link, [BatchSize, BatchInterval]}, -- cgit v1.2.3