From c82008d34e656821ff46edfb88075f590ae099b0 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Sat, 12 Sep 2009 16:39:24 +0000 Subject: bugfixes in supervision tree specifications git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@814189 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_batch_save_sup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 0a752525..c18e2c1c 100644 --- a/src/couchdb/couch_batch_save_sup.erl +++ b/src/couchdb/couch_batch_save_sup.erl @@ -33,5 +33,5 @@ init([]) -> "batch_save_interval","1000")), Batch = {batch, {couch_batch_save, start_link, [BatchSize, BatchInterval]}, - permanent, 1000, worker, [batch_save]}, + permanent, 1000, worker, [couch_batch_save]}, {ok, {{one_for_one, 10, 3600}, [Batch]}}. -- cgit v1.2.3