Skip to content

Commit

Permalink
Update requiredMajorityVotesPercentage to 2/3 from 60
Browse files Browse the repository at this point in the history
  • Loading branch information
S0naliThakur committed Dec 17, 2024
1 parent f1acf7c commit a9cd632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ let config: Config = {
stopGossipTxData: false,
usePOQo: true,
requiredVotesPercentage: 2 / 3,
requiredMajorityVotesPercentage: 60,
requiredMajorityVotesPercentage: 2 / 3,
maxCyclesShardDataToKeep: 10,
configChangeMaxCyclesToKeep: 5,
configChangeMaxChangesToKeep: 1000,
Expand Down

0 comments on commit a9cd632

Please sign in to comment.