Skip to content

Commit a10053a

Browse files
[STRATCONN-6025] - Update default batch size for S3 action (#3143)
1 parent 20511c2 commit a10053a

File tree

1 file changed

+1
-1
lines changed
  • packages/destination-actions/src/destinations/liveramp-audiences/audienceEnteredS3

1 file changed

+1
-1
lines changed

packages/destination-actions/src/destinations/liveramp-audiences/audienceEnteredS3/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const action: ActionDefinition<Settings, Payload> = {
8585
type: 'number',
8686
unsafe_hidden: true,
8787
required: false,
88-
default: 170000
88+
default: 50000
8989
},
9090
s3_aws_bucket_path: {
9191
label: 'AWS Bucket Path [optional]',

0 commit comments

Comments
 (0)