Use '0MB' to configure bytes of force_gc_policy
This commit is contained in:
parent
ee7a7e2479
commit
29787d8945
|
@ -828,7 +828,7 @@ end}.
|
||||||
%% messages | bytes passed through.
|
%% messages | bytes passed through.
|
||||||
%% Numbers delimited by `|'. Zero or negative is to disable.
|
%% Numbers delimited by `|'. Zero or negative is to disable.
|
||||||
{mapping, "zone.$name.force_gc_policy", "emqx.zones", [
|
{mapping, "zone.$name.force_gc_policy", "emqx.zones", [
|
||||||
{default, "0 | 0"},
|
{default, "0 | 0MB"},
|
||||||
{datatype, string}
|
{datatype, string}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue