Allow up to 101000 blocks to be batch requested
This commit is contained in:
parent
f73c9d2320
commit
bad3388cab
@ -218,7 +218,7 @@ exports.MAX_REQUEST = 5000;
|
||||
* @default
|
||||
*/
|
||||
|
||||
exports.MAX_BLOCK_REQUEST = 50000 + 1000;
|
||||
exports.MAX_BLOCK_REQUEST = 100000 + 1000;
|
||||
|
||||
/**
|
||||
* Maximum number of tx requests.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user