Change '0KB' to '0MB'

This commit is contained in:
Feng Lee 2018-09-22 06:24:41 +08:00 committed by GitHub
parent 33f9e895ad
commit 3dfe4168cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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|0KB"}, {default, "0 | 0MB"},
{datatype, string} {datatype, string}
]}. ]}.