fix(sessds): Remove deprecated configuration parameters

This commit is contained in:
ieQu1 2024-02-23 12:41:50 +01:00
parent 91ddbbcc3f
commit c18fc6a4bb
No known key found for this signature in database
GPG Key ID: 488654DF3FED6FDE
1 changed files with 0 additions and 20 deletions

View File

@ -1671,26 +1671,6 @@ fields("session_persistence") ->
importance => ?IMPORTANCE_MEDIUM 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", {"idle_poll_interval",
sc( sc(
timeout_duration(), timeout_duration(),