@@ -269,7 +269,7 @@ node {
269269 # blockProducedTimeOut = 75
270270
271271 # Limits the maximum number (default 700) of transaction from network layer
272- netMaxTrxPerSecond = 700
272+ # netMaxTrxPerSecond = 700
273273
274274 # Whether to enable the node detection function. Default: false
275275 # nodeDetectEnable = false
@@ -282,8 +282,8 @@ node {
282282
283283 # Dynamic loading configuration function, disabled by default
284284 dynamicConfig = {
285- enable = false
286- checkInterval = 600 # Check interval of Configuration file's change, default is 600 seconds
285+ # enable = false
286+ # checkInterval = 600 // Check interval of Configuration file's change, default is 600 seconds
287287 }
288288
289289 # Whether to continue broadcast transactions after at least maxUnsolidifiedBlocks are not solidified. Default: false
@@ -342,11 +342,11 @@ node {
342342 # awsHostZoneId = "your-host-zone-id"
343343 }
344344
345- # open the history query APIs(http&GRPC) when node is a lite fullNode ,
345+ # open the history query APIs(http&GRPC) when node is a lite FullNode ,
346346 # like {getBlockByNum, getBlockByID, getTransactionByID...}. Default: false.
347347 # note: above APIs may return null even if blocks and transactions actually are on the blockchain
348348 # when opening on a lite FullNode. only open it if the consequences being clearly known
349- openHistoryQueryWhenLiteFN = false
349+ # openHistoryQueryWhenLiteFN = false
350350
351351 jsonrpc {
352352 # Note: Before release_4.8.1, if you turn on jsonrpc and run it for a while and then turn it off,
0 commit comments