chore(s3-bridge): decrease default aggreg limit to 100K records

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

View File

@ -170,7 +170,7 @@ fields(s3_aggregation) ->
pos_integer(), pos_integer(),
#{ #{
required => false, required => false,
default => <<"1000000">>, default => <<"100000">>,
desc => ?DESC(s3_aggregation_max_records) desc => ?DESC(s3_aggregation_max_records)
} }
)} )}