Skip to content

Commit

Permalink
connections
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx committed Mar 28, 2024
1 parent db54d73 commit e94db3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/cmd/dydxprotocold/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ func initTendermintConfig() *tmcfg.Config {
// goroutine profiling showed that we were using exactly 900 threads (the default) which was throttling
// the maximum amount of load that the process could take. As of the last load test, at max QPS we were
// seeing ~1700 threads being used.
cfg.RPC.MaxOpenConnections = 4000
cfg.RPC.GRPCMaxOpenConnections = 4000
cfg.RPC.MaxOpenConnections = 8000
cfg.RPC.GRPCMaxOpenConnections = 8000

// Mempool config.
// We specifically are using a number greater than max QPS (currently set at 5000) * ShortBlockWindow to prevent
Expand Down

0 comments on commit e94db3c

Please sign in to comment.