Skip to content

Commit

Permalink
Merge pull request #292 from m-szaf/feature/291-Increase-Items-per-Tr…
Browse files Browse the repository at this point in the history
…ansaction-limit-to-match-AWS-limit-increase

fix: Increase Items per Transaction limit to match AWS limit increase
  • Loading branch information
whimzyLive committed Nov 14, 2022
2 parents a72a62b + ab3ff0b commit bad4b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Current transaction write items limit set by dynamodb
*/
export const TRANSACTION_WRITE_ITEMS_LIMIT = 25;
export const TRANSACTION_WRITE_ITEMS_LIMIT = 100;

/**
* Current transaction read items limit set by dynamodb
Expand Down

0 comments on commit bad4b3c

Please sign in to comment.