diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-09-03 12:48:05 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-09-03 12:48:41 -0400 |
commit | 6a4ff8451b843df0980159620b3ac3d80928c0f6 (patch) | |
tree | aaba289d8b42e314d7d448264872bbc043cd3d1d | |
parent | 7e86edffb496cdd4f384266f671ca21074f2eca6 (diff) |
remove some unused/obsolete config settings
-rw-r--r-- | rel/overlay/etc/default.ini | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index a3409586..a5f448e2 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -4,7 +4,6 @@ view_index_dir = {{view_dir}} max_document_size = 67108864 os_process_timeout = 5000 max_dbs_open = 500 -max_view_index_lag = 9999999999 delayed_commits = false [cluster] @@ -73,16 +72,12 @@ _oauth = {couch_httpd_oauth, handle_oauth_req} _user = {couch_httpd_auth, handle_user_req} _system = {chttpd_misc, handle_system_req} -_cloudant = {showroom_httpd_admin, handle_cloudant_req} -_membership = {membership_httpd, handle_membership_req} - [httpd_db_handlers] _view_cleanup = {couch_httpd_db, handle_view_cleanup_req} _compact = {couch_httpd_db, handle_compact_req} _design = {couch_httpd_db, handle_design_req} _temp_view = {couch_httpd_view, handle_temp_view_req} _changes = {couch_httpd_db, handle_changes_req} -_search = {couch_httpd_external, handle_external_req, <<"search">>} [httpd_design_handlers] _view = {couch_httpd_view, handle_view_req} |