note defaults in mpool configuration docs
This commit is contained in:
parent
1898b82dc4
commit
fb77a758ff
@ -121,13 +121,19 @@ The meaning of these fields is as follows:
|
||||
be included in a block during message selection, regardless of profitability.
|
||||
Miners should configure their own worker addresses so that they include their own messages
|
||||
when they produce a new block.
|
||||
Default is empty.
|
||||
- `SizeLimitHigh` -- this is the maximum number of pending messages before triggering a
|
||||
prune in the message pool. Note that messages from priority addresses are never pruned.
|
||||
Defafult is 30000.
|
||||
- `SizeLimitLow` -- this is the number of pending messages that should be kept after a prune.
|
||||
Default is 20000.
|
||||
- `ReplaceByFeeRatio` -- this is the gas fee ratio for replacing messages in the mpool.
|
||||
Whenever a message is replaced, the `GasPremium` must be increased by this ratio.
|
||||
Default is 1.25.
|
||||
- `PruneCooldown` -- this is the period of time to wait before triggering a new prune.
|
||||
Default is 1min.
|
||||
- `GasLimitOverestimation` -- this is a parameter that controls the gas limit overestimation for new messages.
|
||||
Default is 1.25.
|
||||
|
||||
|
||||
## Message Selection
|
||||
|
Loading…
Reference in New Issue
Block a user