adjusting harmony nodes

pull/1151/head
ak 6 years ago
parent 930a7815b4
commit 398b449b38
  1. 2
      core/resharding.go

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

Loading…
Cancel
Save