Skip to content

Commit

Permalink
change batch size to 5000 (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-pitale authored Sep 24, 2024
1 parent 25f33cb commit 6c4844e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/destination-actions/src/destinations/s3/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const commonFields: ActionDefinition<Settings>['fields'] = {
'Maximum number of events to include in each batch. Actual batch sizes may be lower. Max batch size is 25000.',
type: 'number',
required: false,
default: 25000
default: 5000
},
s3_aws_folder_name: {
label: 'AWS Subfolder Name',
Expand Down

0 comments on commit 6c4844e

Please sign in to comment.