summaryrefslogtreecommitdiff
path: root/src/couchdb
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-01-03 20:43:12 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-01-03 20:43:12 +0000
commit11d6e62c77b8721eb6f67e35b23f2f48acce1ae7 (patch)
tree36a9e8961c689631a44d4f40f3149835417e525d /src/couchdb
parent84bf6fc0bbb888c76a435294d773d62c6e1dacd8 (diff)
Merged revision 1054740 from trunk
Removed references to no longer used config parameters Closes COUCHDB-1007 git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1054741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb')
-rw-r--r--src/couchdb/couch_httpd.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/couchdb/couch_httpd.erl b/src/couchdb/couch_httpd.erl
index 6bd5c893..eb553c27 100644
--- a/src/couchdb/couch_httpd.erl
+++ b/src/couchdb/couch_httpd.erl
@@ -107,8 +107,6 @@ start_link(Name, Options) ->
?MODULE:stop();
("httpd", "port") ->
?MODULE:stop();
- ("httpd", "max_connections") ->
- ?MODULE:stop();
("httpd", "default_handler") ->
?MODULE:stop();
("httpd_global_handlers", _) ->