Author: jan Date: Wed Nov 3 12:18:41 2010 New Revision: 1030432 URL: http://svn.apache.org/viewvc?rev=1030432&view=rev Log: We don't have MOVE requests. No need to track them. Modified: couchdb/branches/1.0.x/src/couchdb/priv/stat_descriptions.cfg.in Modified: couchdb/branches/1.0.x/src/couchdb/priv/stat_descriptions.cfg.in URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/src/couchdb/priv/stat_descriptions.cfg.in?rev=1030432&r1=1030431&r2=1030432&view=diff ============================================================================== --- couchdb/branches/1.0.x/src/couchdb/priv/stat_descriptions.cfg.in (original) +++ couchdb/branches/1.0.x/src/couchdb/priv/stat_descriptions.cfg.in Wed Nov 3 12:18:41 2010 @@ -32,7 +32,6 @@ {httpd_request_methods, 'DELETE', "number of HTTP DELETE requests"}. {httpd_request_methods, 'GET', "number of HTTP GET requests"}. {httpd_request_methods, 'HEAD', "number of HTTP HEAD requests"}. -{httpd_request_methods, 'MOVE', "number of HTTP MOVE requests"}. {httpd_request_methods, 'POST', "number of HTTP POST requests"}. {httpd_request_methods, 'PUT', "number of HTTP PUT requests"}.