Skip to content

Commit

Permalink
Update app/default_overrides.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
evan-forbes and rootulp authored Feb 3, 2025
1 parent 46deee3 commit fb2165a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/default_overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func DefaultConsensusConfig() *tmcfg.Config {
cfg.Mempool.TTLDuration = 75 * time.Second
cfg.Mempool.MaxTxBytes = 2 * mebibyte
cfg.Mempool.MaxTxsBytes = 80 * mebibyte
cfg.Mempool.Version = "v2" // prioritized mempool
cfg.Mempool.Version = "v2" // Content Addressable Transaction (CAT) mempool

cfg.Consensus.TimeoutPropose = appconsts.GetTimeoutPropose(appconsts.LatestVersion)
cfg.Consensus.TimeoutCommit = appconsts.GetTimeoutCommit(appconsts.LatestVersion)
Expand Down

0 comments on commit fb2165a

Please sign in to comment.