From 4387dc1a5b10c63a540cefcb2bb7c6e5d9b9fd8b Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Tue, 3 Nov 2009 20:51:04 +0000 Subject: Added batching of multiple updating requests, to improve throughput with many writers. Also removed the couch_batch_save module, now batch requests are simply saved async as immediately, batching with outhr updates if possible. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@832550 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch.app.tpl.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/couchdb/couch.app.tpl.in') diff --git a/src/couchdb/couch.app.tpl.in b/src/couchdb/couch.app.tpl.in index 84ac36ee..fa86d2ec 100644 --- a/src/couchdb/couch.app.tpl.in +++ b/src/couchdb/couch.app.tpl.in @@ -3,8 +3,6 @@ {vsn, "@version@"}, {modules, [@modules@]}, {registered, [ - couch_batch_save, - couch_batch_save_sup, couch_config, couch_db_update, couch_db_update_notifier_sup, -- cgit v1.2.3