diff options
author | Damien F. Katz <damien@apache.org> | 2009-01-19 23:31:51 +0000 |
---|---|---|
committer | Damien F. Katz <damien@apache.org> | 2009-01-19 23:31:51 +0000 |
commit | 06a084d40de16f72b6278a63f4c06c2d2b0c9281 (patch) | |
tree | e0a9343947bd2446684c31a5d23231f88e07ac75 /etc | |
parent | 40aa5a760553eda80fbe06e9a00dee85adc01765 (diff) |
tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is handled at runtime.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@735875 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index e3600a9a..d16b1e71 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -7,6 +7,7 @@ database_dir = %localstatelibdir% util_driver_dir = %couchprivlibdir% max_document_size = 4294967296 ; 4 GB view_timeout = 5000 ; 5 seconds +max_dbs_open = 100 [httpd] port = 5984 @@ -39,6 +40,7 @@ favicon.ico = {couch_httpd_misc_handlers, handle_favicon_req, "%localdatadir%/ww _utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "%localdatadir%/www"} _all_dbs = {couch_httpd_misc_handlers, handle_all_dbs_req} +_stats = {couch_httpd_misc_handlers, handle_stats_req} _config = {couch_httpd_misc_handlers, handle_config_req} _replicate = {couch_httpd_misc_handlers, handle_replicate_req} _uuids = {couch_httpd_misc_handlers, handle_uuids_req} |