Open
Description
Hello!
I am doing batch requests in the size of 1000-2000~ which works fine on my other nodes with the params
--rpc.batch-request-limit=4000 \
--rpc.batch-response-max-size=100000000
but on my base archive node with mostly stock settings with the above it is still giving me exceeds
{'jsonrpc': '2.0', 'id': 1, 'error': {'code': -32600, 'message': 'batch too large'}} with a payload size of 1400~ items
for context i am batch grabbing tx info + tx receipt + tx trace for all transactions in a block for indexing purposes
Using version node-0.8.1 in archive mode
node-081-node latest 8e37bf9fc631 2 weeks ago 975MB
node-081-geth latest e8feba8d8fcd 2 weeks ago 975MB