Updated Branches: refs/heads/1843-feature-bigcouch 043dc05fe -> cd36fd1f1
Update rel/.../default.ini for couch_index and couch_mrview Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/cd36fd1f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/cd36fd1f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/cd36fd1f Branch: refs/heads/1843-feature-bigcouch Commit: cd36fd1f13040bff7d665276cc0f67568d35f492 Parents: 043dc05 Author: Russell Branca <[email protected]> Authored: Tue Feb 4 12:00:47 2014 -0800 Committer: Russell Branca <[email protected]> Committed: Tue Feb 4 12:00:47 2014 -0800 ---------------------------------------------------------------------- rel/overlay/etc/default.ini | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/cd36fd1f/rel/overlay/etc/default.ini ---------------------------------------------------------------------- diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 13e43d9..ff7dda4 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -47,6 +47,7 @@ javascript = {{prefix}}/bin/couchjs {{prefix}}/share/couchjs/main.js reduce_limit = true [daemons] +index_server={couch_index_server, start_link, []} external_manager={couch_external_manager, start_link, []} query_servers={couch_proc_manager, start_link, []} httpd={couch_httpd, start_link, []} @@ -73,6 +74,7 @@ _oauth = {couch_httpd_oauth, handle_oauth_req} _system = {chttpd_misc, handle_system_req} [httpd_db_handlers] +_all_docs = {couch_mrview_http, handle_all_docs_req} _view_cleanup = {couch_httpd_db, handle_view_cleanup_req} _compact = {couch_httpd_db, handle_compact_req} _design = {couch_httpd_db, handle_design_req} @@ -80,12 +82,13 @@ _temp_view = {couch_httpd_view, handle_temp_view_req} _changes = {couch_httpd_db, handle_changes_req} [httpd_design_handlers] -_view = {couch_httpd_view, handle_view_req} -_show = {couch_httpd_show, handle_doc_show_req} -_list = {couch_httpd_show, handle_view_list_req} -_info = {couch_httpd_db, handle_design_info_req} +_compact = {couch_mrview_http, handle_compact_req} +_info = {couch_mrview_http, handle_info_req} +_list = {couch_mrview_show, handle_view_list_req} _rewrite = {couch_httpd_rewrite, handle_rewrite_req} -_update = {couch_httpd_show, handle_doc_update_req} +_show = {couch_mrview_show, handle_doc_show_req} +_update = {couch_mrview_show, handle_doc_update_req} +_view = {couch_mrview_http, handle_view_req} [uuids] ; Known algorithms:
