chore(s3-bridge): decrease default aggreg interval to 30 minutes

This commit is contained in:
Andrew Mayorov 2024-05-17 14:49:18 +02:00
parent c348f759af
commit 385ac268d7
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ fields(s3_aggregation) ->
emqx_schema:duration_s(), emqx_schema:duration_s(),
#{ #{
required => false, required => false,
default => <<"1h">>, default => <<"30m">>,
desc => ?DESC(s3_aggregation_interval) desc => ?DESC(s3_aggregation_interval)
} }
)}, )},