Annotate new options

This commit is contained in:
Badlop 2022-09-30 17:51:41 +02:00
parent c99ff6059f
commit 77dacf92d2
1 changed files with 2 additions and 0 deletions

View File

@ -817,12 +817,14 @@ doc() ->
"The default value is '10485760' (that is, 10 Mb).")}},
{log_burst_limit_count,
#{value => ?T("Number"),
note => "added in 22.10",
desc =>
?T("The number of messages to accept in "
"`log_burst_limit_window_time` period before starting to "
"drop them. Default 500")}},
{log_burst_limit_window_time,
#{value => ?T("Number"),
note => "added in 22.10",
desc =>
?T("The time period to rate-limit log messages "
"by. Defaults to 1 second.")}},