Skip to content

Commit

Permalink
Reorder top-level smoosh-settings to the correct section (#4420)
Browse files Browse the repository at this point in the history
Moving some top-level settings into the top-level section
to prevent an accidential setup (if enabled) in the wrong
section (smoosh.slack_views).
  • Loading branch information
big-r81 committed Feb 11, 2023
1 parent 8a6c3bc commit 0867d1b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions rel/overlay/etc/default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0867d1b

Please sign in to comment.