@@ -366,17 +366,17 @@ node {
366366 # httpPBFTEnable = false
367367 # httpPBFTPort = 8565
368368
369- # The maximum blocks range to retrieve logs for eth_getLogs, default: 5000, >0 otherwise no limit
369+ # The maximum blocks range to retrieve logs for eth_getLogs, default: 5000, <=0 means no limit
370370 maxBlockRange = 5000
371- # Allowed max address count in filter request, default: 1000, >0 otherwise no limit
371+ # Allowed max address count in filter request, default: 1000, <=0 means no limit
372372 maxAddressSize = 1000
373- # The maximum number of allowed topics within a topic criteria, default: 1000, >0 otherwise no limit
373+ # The maximum number of allowed topics within a topic criteria, default: 1000, <=0 means no limit
374374 maxSubTopics = 1000
375- # Allowed maximum number for blockFilter, default: 50000, >0 otherwise no limit
375+ # Allowed maximum number for blockFilter, default: 50000, <=0 means no limit
376376 maxBlockFilterNum = 50000
377- # Allowed batch size, default: 100, >0 otherwise no limit
377+ # Allowed batch size, default: 100, <=0 means no limit
378378 maxBatchSize = 100
379- # Allowed max response byte size, default: 26214400 (25 MB), >0 otherwise no limit
379+ # Allowed max response byte size, default: 26214400 (25 MB), <=0 means no limit
380380 maxResponseSize = 26214400
381381 }
382382
0 commit comments