fix(distribution): Set prevent_overlapping_partitions to false
This commit is contained in:
parent
a054049d12
commit
1a86c21e20
|
@ -221,6 +221,16 @@ fields("cluster") ->
|
||||||
sc(
|
sc(
|
||||||
?R_REF(cluster_k8s),
|
?R_REF(cluster_k8s),
|
||||||
#{}
|
#{}
|
||||||
|
)},
|
||||||
|
{"prevent_overlapping_partitions",
|
||||||
|
sc(
|
||||||
|
boolean(),
|
||||||
|
#{
|
||||||
|
mapping => "kernel.prevent_overlapping_partitions",
|
||||||
|
desc => ?DESC(prevent_overlapping_partitions),
|
||||||
|
default => false,
|
||||||
|
importance => ?IMPORTANCE_HIDDEN
|
||||||
|
}
|
||||||
)}
|
)}
|
||||||
];
|
];
|
||||||
fields(cluster_static) ->
|
fields(cluster_static) ->
|
||||||
|
|
|
@ -801,4 +801,7 @@ Defaults to 100000."""
|
||||||
node_channel_cleanup_batch_size.label:
|
node_channel_cleanup_batch_size.label:
|
||||||
"""Node Channel Cleanup Batch Size"""
|
"""Node Channel Cleanup Batch Size"""
|
||||||
|
|
||||||
|
prevent_overlapping_partitions.desc:
|
||||||
|
"""https://www.erlang.org/doc/man/global.html#description"""
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue