revert local change

pull/980/head
Rongjian Lan 5 years ago committed by Leo Chen
parent d6a01e031d
commit 6b21dc3b4f
  1. 2
      core/resharding.go

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

Loading…
Cancel
Save