mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-22 07:06:14 +00:00
Increase concurrency
This commit is contained in:
@@ -29,7 +29,7 @@ func Load(ctx context.Context, logger log.Logger, r *rand.Rand, testnet *e2e.Tes
|
||||
nNodes = len(testnet.Nodes)
|
||||
}
|
||||
|
||||
concurrency := nNodes * 2
|
||||
concurrency := nNodes * 20
|
||||
if concurrency > 32 {
|
||||
concurrency = 32
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user