Skip to content

Commit

Permalink
fix: use default send rate configured by celestia-app (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Jan 14, 2025
1 parent d2163ce commit fc94c0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ func interceptConfigs(rootViper *viper.Viper, customAppTemplate string, customCo
}

conf.RPC.PprofListenAddress = "localhost:6060"
conf.P2P.RecvRate = 5120000
conf.P2P.SendRate = 5120000
tmcfg.WriteConfigFile(tmCfgFile, conf)

case err != nil:
Expand Down

0 comments on commit fc94c0e

Please sign in to comment.