summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2009-01-26 21:22:18 +0000
committerChristopher Lenz <cmlenz@apache.org>2009-01-26 21:22:18 +0000
commitcbd43c6bbc72360bd15cfeca87ef6ac85493988b (patch)
tree35bff1fa20a779df6842e6200f480264beebc0ae /etc
parent36e519fc8d2a406071173d4eda8bf0a64ce2968d (diff)
Change _slow_view back to _temp_view, as discussed on the mailing list (see http://markmail.org/message/o44cafucgwlpudov).
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@737859 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/default.ini.tpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index c4710e87..28ab36f2 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -49,7 +49,7 @@ _restart = {couch_httpd_misc_handlers, handle_restart_req}
[httpd_db_handlers]
_view = {couch_httpd_view, handle_view_req}
-_slow_view = {couch_httpd_view, handle_slow_view_req}
+_temp_view = {couch_httpd_view, handle_temp_view_req}
_show = {couch_httpd_show, handle_doc_show_req}
_list = {couch_httpd_show, handle_view_list_req}