Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
feat: Issue 674 support for up to 100 entries in a FHIR transaction (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Zambonilli authored Aug 21, 2022
1 parent 5749f82 commit 6048e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* SPDX-License-Identifier: Apache-2.0
*/

export const MAX_BUNDLE_ENTRIES = 25;
export const MAX_BUNDLE_ENTRIES = 100;

0 comments on commit 6048e17

Please sign in to comment.