Skip to content

Commit

Permalink
fix: catalog batch items
Browse files Browse the repository at this point in the history
  • Loading branch information
manish339k committed Aug 12, 2024
1 parent 639fe52 commit eaf169f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/v2/destinations/bloomreach/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const CUSTOMER_COMMAND = 'customers';
export const CUSTOMER_EVENT_COMMAND = 'customers/events';
export const MAX_BATCH_SIZE = 50;
export const MAX_PAYLOAD_SIZE = 10000000;
export const MAX_ITEMS = 10000;
export const MAX_ITEMS = 5000;

// ref:- https://documentation.bloomreach.com/engagement/reference/batch-commands-2
export const getBatchEndpoint = (apiBaseUrl: string, projectToken: string): string =>
Expand Down

0 comments on commit eaf169f

Please sign in to comment.