Skip to content

Commit

Permalink
Update cmd/ojod/cmd/commands.go
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Wozniak <[email protected]>
  • Loading branch information
rbajollari and adamewozniak authored Feb 16, 2024
1 parent d5686f1 commit 6b7297a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/ojod/cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 6b7297a

Please sign in to comment.