Skip to content

Commit

Permalink
Reduce batch size of salesforce marketing cloud to 10 (segmentio#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarijitray authored Aug 9, 2024
1 parent 99bf3ba commit 06d0d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ export const batch_size: InputField = {
* See: https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/postDataExtensionRowsetByKey.html
* And: inc-sev3-6609-sfmc-timeouts-in-bulk-batching-2023-10-23
* */
default: 50
default: 10
}

0 comments on commit 06d0d12

Please sign in to comment.