diff --git a/apps/emqx_bridge_s3/src/emqx_bridge_s3_upload.erl b/apps/emqx_bridge_s3/src/emqx_bridge_s3_upload.erl index 6f79de907..c1a6ee6f7 100644 --- a/apps/emqx_bridge_s3/src/emqx_bridge_s3_upload.erl +++ b/apps/emqx_bridge_s3/src/emqx_bridge_s3_upload.erl @@ -161,7 +161,7 @@ fields(s3_aggregation) -> emqx_schema:duration_s(), #{ required => false, - default => <<"1h">>, + default => <<"30m">>, desc => ?DESC(s3_aggregation_interval) } )}, @@ -170,7 +170,7 @@ fields(s3_aggregation) -> pos_integer(), #{ required => false, - default => <<"1000000">>, + default => <<"100000">>, desc => ?DESC(s3_aggregation_max_records) } )} diff --git a/rel/i18n/emqx_bridge_s3_upload.hocon b/rel/i18n/emqx_bridge_s3_upload.hocon index 8b3768078..dbda1d6ce 100644 --- a/rel/i18n/emqx_bridge_s3_upload.hocon +++ b/rel/i18n/emqx_bridge_s3_upload.hocon @@ -73,17 +73,17 @@ s3_aggregated_upload_key.desc: """Template for the S3 object key of an aggregated upload.
Template may contain placeholders for the following variables: All other placeholders are considered invalid. Note that placeholders marked as required will be added as a path suffix to the S3 object key if they are missing from the template."""