This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 58fef3452572cfd016ac3fdfe8f4fe363e3ac7b8 Author: Jan Lehnardt <j...@apache.org> AuthorDate: Mon Mar 5 18:08:16 2018 +0100 feat: bump the compaction daemon check_interval to one hour --- rel/overlay/etc/default.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 03f4d14..10c75a0 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -448,7 +448,7 @@ ssl_certificate_max_depth = 3 [compaction_daemon] ; The delay, in seconds, between each check for which database and view indexes ; need to be compacted. -check_interval = 300 +check_interval = 3600 ; If a database or view index file is smaller then this value (in bytes), ; compaction will not happen. Very small files always have a very high ; fragmentation therefore it's not worth to compact them. -- To stop receiving notification emails like this one, please contact j...@apache.org.