eth-rpc-adapter - max batch size for RPC request #2775
Unanswered
andreclaro
asked this question in
2. Q&A
Replies: 1 comment
-
50 is a good default for most of the use cases. You may want to reduce it for a public RPC service, or increase it for an internal RPC service that you have some applications is sending big batch requests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
What's the max recommended batch size for RPC request (
MAX_BATCH_SIZE
/--max-batch-size
)?The default is 50 but I would like to know what's the recommend maximum value?
https://www.npmjs.com/package/@acala-network/eth-rpc-adapter
Cheers,
Beta Was this translation helpful? Give feedback.
All reactions