mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-29 04:07:07 +00:00
old mempp
This commit is contained in:
@@ -128,8 +128,8 @@ func generateTestnet(r *rand.Rand, opt map[string]interface{}) (e2e.Manifest, er
|
||||
numValidators = 4
|
||||
case "large":
|
||||
// FIXME Networks are kept small since large ones use too much CPU.
|
||||
numSeeds = r.Intn(1)
|
||||
numLightClients = r.Intn(2)
|
||||
numSeeds = 0 // r.Intn(1)
|
||||
numLightClients = 0 // r.Intn(2)
|
||||
numValidators = 4 + r.Intn(4)
|
||||
numFulls = r.Intn(4)
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user