You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Alexander Shorin (JIRA)" <ji...@apache.org> on 2015/02/25 11:00:14 UTC

[jira] [Created] (COUCHDB-2623) Validate default.ini / local.ini config options

Alexander Shorin created COUCHDB-2623:
-----------------------------------------

             Summary: Validate default.ini / local.ini config options
                 Key: COUCHDB-2623
                 URL: https://issues.apache.org/jira/browse/COUCHDB-2623
             Project: CouchDB
          Issue Type: Task
      Security Level: public (Regular issues)
            Reporter: Alexander Shorin


We need to double check our configs to ensure that there are no outdated options there and all the present ones are actual to their defaults. For instance:
{code}
[stats]
; rate is in milliseconds
rate = 1000
; sample intervals are in seconds
samples = [0, 60, 300, 900]
{code}

Is not actual anymore since we'd change the stats app, but those might expose new ones.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)