adrienverge commented on issue #386: Update configuration of compaction daemon URL: https://github.com/apache/couchdb-documentation/pull/386#issuecomment-459445502 Updated: ```diff --- a/src/config/compaction.rst +++ b/src/config/compaction.rst @@ -157,7 +157,7 @@ Configuration of Compaction Daemon .. config:option:: check_interval The delay, in seconds, between each check for which database and view - indexes need to be compacted. In other words, this delay will be waited + indexes need to be compacted. In other words, this delay will occur after *all* databases and views are compacted (or at least checked):: [compaction_daemon] @@ -178,9 +178,7 @@ Configuration of Compaction Daemon databases, the compaction_daemon can create significant CPU load when checking whether databases and view indexes need compacting. The ``snooze_period_ms`` setting ensures a smoother CPU load. Defaults to - 3000 milliseconds wait. Note that this option was formerly called - ``snooze_period``, measured in seconds (it is currently still - supported). + 3000 milliseconds wait. [compaction_daemon] snooze_period_ms = 3000 ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
