Limiting maximum count of entries in a Transaction Bundle
berkant-k opened this issue · 0 comments
berkant-k commented
Is your feature request related to a problem? Please describe.
To improve performance of processing transaction bundles number of entries should be limited.
Describe the solution you'd like
A configuration parameter should be defined to limit maximum entries in a transaction bundle
Describe alternatives you've considered
None
Acceptance Criteria
- GIVEN [A Transaction Bunle]
WHEN [entries. Size()> MAX_ENTIES_LIMIT_FOR_BUNDLE]
THEN [return HTTP 400 and an operation outcome]