Skip to content
Snippets Groups Projects
Commit 9ba01110 authored by benjamin's avatar benjamin
Browse files

fixed params

parent 1ce924df
No related branches found
No related tags found
2 merge requests!510Release,!432Control node reg
This commit is part of merge request !432. Comments created here will be created in the context of that merge request.
package cmix package cmix
const defaultParallelNodeRegistration = 2 const defaultParallelNodeRegistration = 12
...@@ -106,7 +106,7 @@ func GetDefaultParams() Params { ...@@ -106,7 +106,7 @@ func GetDefaultParams() Params {
VerboseRoundTracking: false, VerboseRoundTracking: false,
RealtimeOnly: false, RealtimeOnly: false,
ReplayRequests: true, ReplayRequests: true,
MaxParallelIdentityTracks: 20, MaxParallelIdentityTracks: 5,
ClockSkewClamp: 50 * time.Millisecond, ClockSkewClamp: 50 * time.Millisecond,
} }
n.Rounds = rounds.GetDefaultParams() n.Rounds = rounds.GetDefaultParams()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment