Skip to content

Commit a6123bf

Browse files
author
Yutong Pei
authored
add yaml annotation for action pool max gas limit per pool (iotexproject#2145)
1 parent a8c92a1 commit a6123bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ type (
336336
// MaxNumActsPerPool indicates maximum number of actions the whole actpool can hold
337337
MaxNumActsPerPool uint64 `yaml:"maxNumActsPerPool"`
338338
// MaxGasLimitPerPool indicates maximum gas limit the whole actpool can hold
339-
MaxGasLimitPerPool uint64
339+
MaxGasLimitPerPool uint64 `yaml:"maxGasLimitPerPool"`
340340
// MaxNumActsPerAcct indicates maximum number of actions an account queue can hold
341341
MaxNumActsPerAcct uint64 `yaml:"maxNumActsPerAcct"`
342342
// ActionExpiry defines how long an action will be kept in action pool.

0 commit comments

Comments
 (0)