Skip to content
Snippets Groups Projects
Commit f76a391b authored by Luca Moser's avatar Luca Moser
Browse files

set finalization threshold to 10 rounds

parent 3a4e115a
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ func DefaultParameters() *Parameters { ...@@ -32,7 +32,7 @@ func DefaultParameters() *Parameters {
SubsequentRoundsLowerBoundThreshold: 0.50, SubsequentRoundsLowerBoundThreshold: 0.50,
SubsequentRoundsUpperBoundThreshold: 0.67, SubsequentRoundsUpperBoundThreshold: 0.67,
QuerySampleSize: 21, QuerySampleSize: 21,
FinalizationThreshold: 2, FinalizationThreshold: 10,
CoolingOffPeriod: 0, CoolingOffPeriod: 0,
MaxRoundsPerVoteContext: 100, MaxRoundsPerVoteContext: 100,
QueryTimeout: 1500 * time.Millisecond, QueryTimeout: 1500 * time.Millisecond,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment