diff --git a/apps/emqx/src/emqx_schema.erl b/apps/emqx/src/emqx_schema.erl index 3577656b7..5d2459a81 100644 --- a/apps/emqx/src/emqx_schema.erl +++ b/apps/emqx/src/emqx_schema.erl @@ -1671,26 +1671,6 @@ fields("session_persistence") -> importance => ?IMPORTANCE_MEDIUM } )}, - %% Deprecated, now the replayer always use constant batch size: - {"max_batch_size", - sc( - pos_integer(), - #{ - default => 100, - desc => ?DESC(session_ds_max_batch_size), - importance => ?IMPORTANCE_HIDDEN - } - )}, - %% Deprecated, now the replayer always use constant batch size: - {"min_batch_size", - sc( - pos_integer(), - #{ - default => 100, - desc => ?DESC(session_ds_min_batch_size), - importance => ?IMPORTANCE_HIDDEN - } - )}, {"idle_poll_interval", sc( timeout_duration(),