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 2017/07/06 08:07:36 UTC

[couchdb] 01/02: feat: enable compaction daemon by default

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 cc42357fcb4c59452cc5a55a3ac8a6bc273aca90
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Thu Jun 29 21:42:25 2017 +0200

    feat: enable compaction daemon by default
---
 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 163b90e..30a03bc 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -468,7 +468,7 @@ min_file_size = 131072
 ;    Similar to the preceding example, but a database and its views can be
 ;    compacted in parallel.
 ;
-;_default = [{db_fragmentation, "70%"}, {view_fragmentation, "60%"}, {from, "23:00"}, {to, "04:00"}]
+_default = [{db_fragmentation, "70%"}, {view_fragmentation, "60%"}]
 
 [log]
 ; Set the log writer to use

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.