build(deps): bump cometbft to v1.0.0-rc2 (#22577)

Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
Julien Robert
2024-11-28 11:33:27 +00:00
committed by GitHub
co-authored by marbar3778
parent 300348fe53
commit ca48cef255
78 changed files with 924 additions and 1043 deletions
+3
View File
@@ -18,6 +18,9 @@ func initCometBFTConfig() *cmtcfg.Config {
// display only error logs by default except for p2p and state
cfg.LogLevel = "*:error,p2p:info,state:info"
// use previous db backend
cfg.DBBackend = "goleveldb"
// these values put a higher strain on node memory
// cfg.P2P.MaxNumInboundPeers = 100
// cfg.P2P.MaxNumOutboundPeers = 40