You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/24 10:29:21 UTC

[couchdb-documentation] 02/03: clarify compaction_daemon changes

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch 2.2.0-release-notes-2
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 5932631e6683fd2a46862843507024a3a6f65b68
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Tue Jul 24 12:17:43 2018 +0200

    clarify compaction_daemon changes
---
 src/whatsnew/2.2.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/whatsnew/2.2.rst b/src/whatsnew/2.2.rst
index 318bd10..c7e65bf 100644
--- a/src/whatsnew/2.2.rst
+++ b/src/whatsnew/2.2.rst
@@ -159,9 +159,11 @@ Features
   contain sensitive credential information (such as basic authenticataion headers).
 * :ghissue:`1203`: The compaction daemon now has a snooze period, during which it waits
   to start the next compaction after finishing the previous one. This value is useful
-  in ``couch_peruser`` setups, which can cause a CPU spike every ``check_interval``
-  seconds. The setting can be adjusted in your local ini file via
-  ``[compaction_daemon] snooze_period``. The current default is a 3 second pause.
+  in setups with many databases (e.g. with ``couch_peruser``) or many design docs, which
+  can cause a CPU spike every ``check_interval`` seconds. The setting can be adjusted in
+  your local ini file via ``[compaction_daemon] snooze_period``. The current default is
+  a 3 second pause. In addition, the ``check_interval`` has been raised from 300 seconds
+  to 3600 seconds.
 * :ghissue:`1309`, :ghissue:`1435`: CouchDB now reports the git sha at the time of build
   in the top-level ``GET /`` version string, in a new ``git_sha`` key. This can be used
   to help ensure an unmodified version of CouchDB has been built and is running on any