diff --git a/rel/i18n/emqx_resource_schema.hocon b/rel/i18n/emqx_resource_schema.hocon index cb26e4182..8684f1417 100644 --- a/rel/i18n/emqx_resource_schema.hocon +++ b/rel/i18n/emqx_resource_schema.hocon @@ -12,13 +12,6 @@ batch_time.desc: batch_time.label: """Max batch wait time""" -buffer_mode.desc: -"""Buffer operation mode. -memory_only: Buffer all messages in memory.volatile_offload: Buffer message in memory first, when up to certain limit (see buffer_seg_bytes config for more information), then start offloading messages to disk""" - -buffer_mode.label: -"""Buffer Mode""" - buffer_seg_bytes.desc: """Applicable when buffer mode is set to volatile_offload. This value is to specify the size of each on-disk buffer file."""