adrienverge commented on issue #386: Update configuration of compaction daemon URL: https://github.com/apache/couchdb-documentation/pull/386#issuecomment-459260942 I just updated the third commit to take the merge of https://github.com/apache/couchdb/pull/1880 into account: ```diff --- a/src/config/compaction.rst +++ b/src/config/compaction.rst @@ -172,16 +172,19 @@ Configuration of Compaction Daemon [compaction_daemon] min_file_size = 131072 - .. config:option:: snooze_period + .. config:option:: snooze_period_ms With lots of databases and/or with lots of design docs in one or more databases, the compaction_daemon can create significant CPU load when checking whether databases and view indexes need compacting. The - snooze_period setting ensures a smoother CPU load. Defaults to - 3 seconds wait. + ``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). [compaction_daemon] - snooze_period = 3 + snooze_period_ms = 3000 + .. _config/view_compaction: ```
---------------------------------------------------------------- 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
