[genesis] reduce number of nodes by Harmony

Signed-off-by: Leo Chen <leo@harmony.one>
pull/1000/head
Leo Chen 6 years ago
parent d293eaedcc
commit 8613be43fd
  1. 2
      core/resharding.go

@ -27,7 +27,7 @@ const (
// GenesisShardSize is the size of each shard at genesis
GenesisShardSize = 100
// GenesisShardHarmonyNodes is the number of harmony node at each shard
GenesisShardHarmonyNodes = 77
GenesisShardHarmonyNodes = 76
// CuckooRate is the percentage of nodes getting reshuffled in the second step of cuckoo resharding.
CuckooRate = 0.1
)

Loading…
Cancel
Save