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 17:26:02 UTC

[couchdb] branch main updated: Reorder top-level smoosh-settings to the correct section (#4420)

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

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 0867d1b21 Reorder top-level smoosh-settings to the correct section (#4420)
0867d1b21 is described below

commit 0867d1b21b4f4062024d035fd3d00f8f5338e770
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Sat Feb 11 18:25:55 2023 +0100

    Reorder top-level smoosh-settings to the correct section (#4420)
    
    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