chore(s3-bridge): decrease default aggreg limit to 100K records
This commit is contained in:
parent
7e6f61f818
commit
c348f759af
|
@ -170,7 +170,7 @@ fields(s3_aggregation) ->
|
|||
pos_integer(),
|
||||
#{
|
||||
required => false,
|
||||
default => <<"1000000">>,
|
||||
default => <<"100000">>,
|
||||
desc => ?DESC(s3_aggregation_max_records)
|
||||
}
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue