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

dont use any cool-off period

parent 0563cd85
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ func DefaultParameters() *Parameters { ...@@ -33,7 +33,7 @@ func DefaultParameters() *Parameters {
SubsequentRoundsUpperBoundThreshold: 0.67, SubsequentRoundsUpperBoundThreshold: 0.67,
QuerySampleSize: 21, QuerySampleSize: 21,
FinalizationThreshold: 2, FinalizationThreshold: 2,
CoolingOffPeriod: 2, 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