@@ -380,27 +380,20 @@ node {
380380 httpPBFTEnable = false
381381 httpPBFTPort = 8565
382382
383- # Maximum blocks range for eth_getLogs, >0 otherwise no limit
383+ # The maximum blocks range to retrieve logs for eth_getLogs, default: 5000, <=0 means no limit
384384 maxBlockRange = 5000
385-
386- # Maximum topics within a topic criteria, >0 otherwise no limit
385+ # Allowed max address count in filter request, default: 1000, <=0 means no limit
386+ maxAddressSize = 1000
387+ # The maximum number of allowed topics within a topic criteria, default: 1000, <=0 means no limit
387388 maxSubTopics = 1000
388-
389- # Maximum number for blockFilter. >0 otherwise no limit
389+ # Allowed maximum number for blockFilter, default: 50000, <=0 means no limit
390390 maxBlockFilterNum = 50000
391-
392- # Maximum number of requests in a JSON-RPC batch, >0 otherwise no limit
391+ # Allowed batch size, default: 100, <=0 means no limit
393392 maxBatchSize = 100
394-
395- # Maximum response body size in bytes for JSON-RPC (default 25MB), >0 otherwise no limit
393+ # Allowed max response byte size, default: 26214400 (25 MB), <=0 means no limit
396394 maxResponseSize = 26214400
397-
398- # Maximum number of addresses in a single JSON-RPC request, >0 otherwise no limit
399- maxAddressSize = 1000
400-
401- # Maximum number of concurrent eth_newFilter registrations, >0 otherwise no limit
395+ # Allowed maximum number for newFilter, <=0 means no limit
402396 maxLogFilterNum = 20000
403-
404397 # Maximum JSON-RPC request body size, default 4MB. Independent from rpc.maxMessageSize.
405398 maxMessageSize = 4M
406399 }
0 commit comments