Replies: 1 comment 1 reply
-
This is already in v6 and I am trying to keep v5 changes to a minimum. :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Describe the Feature
Currently the interval for batching requests in JsonRpcBatchProvider is hard-coded to 10ms. It would be helpful if this was configurable, as I've found that the 10ms window isn't lenient enough for some cases. I imagine this could be an option on the constructor of JsonRpcBatchProvider.
Code Example
No response
Beta Was this translation helpful? Give feedback.
All reactions