File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
versioned_docs/version-4.0/feature-flags Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -285,9 +285,8 @@ There are two ways to do this:
285285 2. Using the ` forced_feature_flags_on_init` setting in [` advanced.config` ](./configure):
286286
287287 ` ` ` erlang
288- %% enables all feature flags in 4.0.2 except for khepri_db
289288 {rabbit, [
290- %% this is just an example, in practice this list will be much longer
289+ %% enables all feature flags in 4.0.2 except for khepri_db
291290 {forced_feature_flags_on_init, [
292291 maintenance_mode_status,
293292 direct_exchange_routing_v2,
Original file line number Diff line number Diff line change @@ -285,9 +285,8 @@ There are two ways to do this:
285285 2. Using the ` forced_feature_flags_on_init` setting in [` advanced.config` ](./configure):
286286
287287 ` ` ` erlang
288- %% enables all feature flags in 4.0.2 except for khepri_db
289288 {rabbit, [
290- %% this is just an example, in practice this list will be much longer
289+ %% enables all feature flags in 4.0.2 except for khepri_db
291290 {forced_feature_flags_on_init, [
292291 maintenance_mode_status,
293292 direct_exchange_routing_v2,
You can’t perform that action at this time.
0 commit comments