diff --git a/cmd/ojod/cmd/commands.go b/cmd/ojod/cmd/commands.go index a783e349..f0c306cc 100644 --- a/cmd/ojod/cmd/commands.go +++ b/cmd/ojod/cmd/commands.go @@ -37,10 +37,6 @@ import ( func initCometBFTConfig() *cmtcfg.Config { cfg := cmtcfg.DefaultConfig() - // these values put a higher strain on node memory - // cfg.P2P.MaxNumInboundPeers = 100 - // cfg.P2P.MaxNumOutboundPeers = 40 - return cfg }