You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/02/11 14:46:37 UTC

[couchdb] branch reorder-smoosh-settings created (now f6f581051)

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

ronny pushed a change to branch reorder-smoosh-settings
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at f6f581051 Reorder top-level smoosh-settings to the correct section

This branch includes the following new commits:

     new f6f581051 Reorder top-level smoosh-settings to the correct section

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Reorder top-level smoosh-settings to the correct section

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch reorder-smoosh-settings
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit f6f581051044f51a301dbed50a39d7684f3827ec
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Sat Feb 11 15:38:39 2023 +0100

    Reorder top-level smoosh-settings to the correct section
    
    Moving some top-level settings into the top-level section
    to prevent an accidential setup (if enabled) in the wrong
    section (smoosh.slack_views).
---
 rel/overlay/etc/default.ini | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 40f0ccd7a..c498d50e8 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -482,7 +482,7 @@ authentication_db = _users
 couch_mrview = true
 
 [feature_flags]
-; This enables any database to be created as a partitioned databases (except system db's). 
+; This enables any database to be created as a partitioned databases (except system db's).
 ; Setting this to false will stop the creation of paritioned databases.
 ; paritioned||allowed* = true will scope the creation of partitioned databases
 ; to databases with 'allowed' prefix.
@@ -739,6 +739,15 @@ partitioned||* = true
 ;db_channels = upgrade_dbs,ratio_dbs,slack_dbs
 ;view_channels = upgrade_views,ratio_views,slack_views
 
+; Directory to store the state of smoosh
+state_dir = {{state_dir}}
+
+; Sets the log level for informational compaction related entries.
+;compaction_log_level = debug
+
+; Enable persistence for smoosh state
+;persist = false
+
 ;[smoosh.ratio_dbs]
 ;priority = ratio
 ;min_priority = 2.0
@@ -755,15 +764,6 @@ partitioned||* = true
 ;priority = slack
 ;min_priority = 536870912
 
-; Directory to store the state of smoosh
-state_dir = {{state_dir}}
-
-; Sets the log level for informational compaction related entries.
-;compaction_log_level = debug
-
-; Enable persistence for smoosh state
-;persist = false
-
 [ioq]
 ; The maximum number of concurrent in-flight IO requests that
 ;concurrency = 10