-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: increase default mempool
TTLNumBlocks
to 12 (#3961)
Motivation in the **Mempool TTL duration** section of #3959 (comment) ## Description Modify the default consensus node config for mempools so that: - TTLNumBlocks from 5 to 12 because 12 six second blocks = 72 seconds which is comparable to the existing 75 second TTLDuration. - ~~MaxTxBytes from approx 7.5 MiB to 8 MiB because it's easier to understand and communicate~~ - ~~MaxTxsBytes from approx 37.6 MiB to 40 MiB because it's easier to understand and communicate~~ ## Testing `make install && ./scripts/single-node.sh` then cat the config ```toml version = "v1" ttl-duration = "1m15s" ttl-num-blocks = 12 ```
- Loading branch information
Showing
2 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters