Skip to content

Commit

Permalink
fix: Increase Items per Transaction limit to match AWS limit increase
Browse files Browse the repository at this point in the history
  • Loading branch information
m-szaf committed Nov 14, 2022
1 parent a72a62b commit ab3ff0b
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 ab3ff0b

Please sign in to comment.