You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/07 00:33:11 UTC

[2/5] couchdb commit: updated refs/heads/1843-feature-bigcouch to 9bc60be

Reenable the stats aggregator


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/322cfdb6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/322cfdb6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/322cfdb6

Branch: refs/heads/1843-feature-bigcouch
Commit: 322cfdb633f0d74dcb1980bfcdbf92d85fee89f9
Parents: 84ed592
Author: Paul J. Davis <pa...@gmail.com>
Authored: Thu Feb 6 17:29:19 2014 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Feb 6 17:29:19 2014 -0600

----------------------------------------------------------------------
 rel/overlay/etc/default.ini | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/322cfdb6/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index f40619f..56e5dcb 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -53,6 +53,7 @@ external_manager={couch_external_manager, start_link, []}
 query_servers={couch_proc_manager, start_link, []}
 httpd={couch_httpd, start_link, []}
 stats_collector={couch_stats_collector, start, []}
+stats_aggregator={couch_stats_aggregator, start, []}
 uuids={couch_uuids, start, []}
 auth_cache={couch_auth_cache, start_link, []}
 vhosts={couch_httpd_vhost, start_link, []}