change sample limit to 1 to allow batch of size 1

This commit is contained in:
cryptomancer 2023-05-15 23:14:05 +02:00
parent 2dca459c02
commit 8986e7da13
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"rpcConfig" : {
"maxLimit" : 1000,
"maxOffset" : -1,
"maxBatchLength" : 0,
"maxBatchLength" : 1,
"logRequests" : false,
"disabledMethods" : {
"blockchain" : ["getBlockRangeInfo"],