Merge pull request #12647 from SergeTupchiy/fix-log-thorttling-duration-schema

fix(emqx_conf_schema): use `timeout_duration_s()` type for `log.throttling.time_window`
This commit is contained in:
SergeTupchiy 2024-03-04 23:39:35 +02:00 committed by GitHub
commit 8b3ae825d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ fields("log_throttling") ->
[
{time_window,
sc(
emqx_schema:duration_s(),
emqx_schema:timeout_duration_s(),
#{
default => <<"1m">>,
desc => ?DESC("log_throttling_time_window"),