Skip to content

Commit

Permalink
- fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Feb 5, 2024
1 parent 3805769 commit 9248d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/node/config/enableEpochs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@

# MaxNodesChangeEnableEpoch holds configuration for changing the maximum number of nodes and the enabling epoch
MaxNodesChangeEnableEpoch = [
{ EpochEnable = 0, MaxNumNodes = 48, NodesToShufflePerShard = 4 }, # 4 shuffled out keys / shard will not get reached normally
{ EpochEnable = 0, MaxNumNodes = 48, NodesToShufflePerShard = 4 }, # 4 shuffled out keys / shard will not be reached normally
{ EpochEnable = 1, MaxNumNodes = 64, NodesToShufflePerShard = 2 }
]

Expand Down

0 comments on commit 9248d63

Please sign in to comment.