Sfoglia il codice sorgente

Change '0KB' to '0MB'

Feng Lee 7 anni fa
parent
commit
3dfe4168cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      priv/emqx.schema

+ 1 - 1
priv/emqx.schema

@@ -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}
  ]}.
  ]}.