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 2009/04/22 09:36:24 UTC

svn commit: r767398 - /couchdb/trunk/etc/couchdb/default.ini.tpl.in

Author: davisp
Date: Wed Apr 22 07:36:24 2009
New Revision: 767398

URL: http://svn.apache.org/viewvc?rev=767398&view=rev
Log:
The _compact handler went missing from the default ini file. Trunk should now
be passing all tests again.


Modified:
    couchdb/trunk/etc/couchdb/default.ini.tpl.in

Modified: couchdb/trunk/etc/couchdb/default.ini.tpl.in
URL: http://svn.apache.org/viewvc/couchdb/trunk/etc/couchdb/default.ini.tpl.in?rev=767398&r1=767397&r2=767398&view=diff
==============================================================================
--- couchdb/trunk/etc/couchdb/default.ini.tpl.in (original)
+++ couchdb/trunk/etc/couchdb/default.ini.tpl.in Wed Apr 22 07:36:24 2009
@@ -52,6 +52,7 @@
 _stats = {couch_httpd_stats_handlers, handle_stats_req}
 
 [httpd_db_handlers]
+_compact = {couch_httpd_db, handle_compact_req}
 _design = {couch_httpd_db, handle_design_req}
 _temp_view = {couch_httpd_view, handle_temp_view_req}