You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by wohali <gi...@git.apache.org> on 2016/09/02 06:14:13 UTC

[GitHub] couchdb pull request #439: Update default/local ini files with new settings

GitHub user wohali opened a pull request:

    https://github.com/apache/couchdb/pull/439

    Update default/local ini files with new settings

    A comprehensive grep was run across the source code looking for
    references to config:get* functions. This was used to remove any
    config settings that no longer are used, and to add new defaults
    set in the code explicitly to the ini files. Any newly added lines
    were added only as *comments*.
    
    One key change: local.ini still had the [httpd] block for port and
    host bindings. As this applies to the "backend" binding and port
    now, this section was renamed [chttpd] to ensure new users of 2.0
    don't accidentally put their backend port on e.g. port 80.
    
    Fixes COUCHDB-2623.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wohali/couchdb 2623-update-ini-files

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/439.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #439
    
----
commit a10d9dc130700bfe63ac09ca630217582c288d97
Author: Joan Touzet <wo...@apache.org>
Date:   2016-09-02T06:03:40Z

    Update default/local ini files with new settings
    
    A comprehensive grep was run across the source code looking for
    references to config:get* functions. This was used to remove any
    config settings that no longer are used, and to add new defaults
    set in the code explicitly to the ini files. Any newly added lines
    were added only as *comments*.
    
    One key change: local.ini still had the [httpd] block for port and
    host bindings. As this applies to the "backend" binding and port
    now, this section was renamed [chttpd] to ensure new users of 2.0
    don't accidentally put their backend port on e.g. port 80.
    
    Fixes COUCHDB-2623.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request #439: Update default/local ini files with new settings

Posted by rnewson <gi...@git.apache.org>.
Github user rnewson commented on a diff in the pull request:

    https://github.com/apache/couchdb/pull/439#discussion_r77382805
  
    --- Diff: rel/overlay/etc/default.ini ---
    @@ -30,12 +30,18 @@ attachment_stream_buffer_size = 4096
     ; admin_local - sharded dbs on :5984 are read/write for everyone,
     ;               local dbs on :5986 are read/write for admins only
     default_security = admin_local
    +; btree_chunk_size = 1279
    +; maintenance_mode = false
    +; stem_interactive_updates = true
    +; update_lru_on_read = true
    +; uri_file =
     
     [cluster]
     q=8
     r=2
     w=2
    --- End diff --
    
    obsolete (unreferenced by code)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request #439: Update default/local ini files with new settings

Posted by rnewson <gi...@git.apache.org>.
Github user rnewson commented on a diff in the pull request:

    https://github.com/apache/couchdb/pull/439#discussion_r77382778
  
    --- Diff: rel/overlay/etc/default.ini ---
    @@ -30,12 +30,18 @@ attachment_stream_buffer_size = 4096
     ; admin_local - sharded dbs on :5984 are read/write for everyone,
     ;               local dbs on :5986 are read/write for admins only
     default_security = admin_local
    +; btree_chunk_size = 1279
    +; maintenance_mode = false
    +; stem_interactive_updates = true
    +; update_lru_on_read = true
    +; uri_file =
     
     [cluster]
     q=8
     r=2
    --- End diff --
    
    obsolete (unreferenced by code)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb issue #439: Update default/local ini files with new settings

Posted by rnewson <gi...@git.apache.org>.
Github user rnewson commented on the issue:

    https://github.com/apache/couchdb/pull/439
  
    nice.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb pull request #439: Update default/local ini files with new settings

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/couchdb/pull/439


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb issue #439: Update default/local ini files with new settings

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the issue:

    https://github.com/apache/couchdb/pull/439
  
    +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb issue #439: Update default/local ini files with new settings

Posted by janl <gi...@git.apache.org>.
Github user janl commented on the issue:

    https://github.com/apache/couchdb/pull/439
  
    way cool!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---