Explorar el Código

Change '0KB' to '0MB'

Feng Lee hace 7 años
padre
commit
3dfe4168cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      priv/emqx.schema

+ 1 - 1
priv/emqx.schema

@@ -828,7 +828,7 @@ end}.
 %% messages | bytes passed through.
 %% Numbers delimited by `|'. Zero or negative is to disable.
 {mapping, "zone.$name.force_gc_policy", "emqx.zones", [
-   {default, "0|0KB"},
+   {default, "0 | 0MB"},
    {datatype, string}
  ]}.