summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/default.ini.tpl.in2
-rw-r--r--etc/couchdb/local_dev.ini3
2 files changed, 4 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index b06c4692..582017fd 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -46,7 +46,7 @@ _restart = {couch_httpd_misc_handlers, handle_restart_req}
[httpd_db_handlers]
_view = {couch_httpd_view, handle_view_req}
-_temp_view = {couch_httpd_view, handle_temp_view_req}
+_slow_view = {couch_httpd_view, handle_slow_view_req}
_form = {couch_httpd_form, handle_form_req}
; The external module takes an optional argument allowing you to narrow it to a
diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini
index 53a75a51..e6e8ca93 100644
--- a/etc/couchdb/local_dev.ini
+++ b/etc/couchdb/local_dev.ini
@@ -20,3 +20,6 @@ level = error
[test]
foo = bar
+
+[test]
+foo = bar