Skip to content
Snippets Groups Projects
Commit 762c2581 authored by benjamin's avatar benjamin
Browse files

changed the default clock skew clamp to 50ms

parent 2a717e34
No related branches found
No related tags found
3 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!340Project/channels
...@@ -106,7 +106,7 @@ func GetDefaultParams() Params { ...@@ -106,7 +106,7 @@ func GetDefaultParams() Params {
RealtimeOnly: false, RealtimeOnly: false,
ReplayRequests: true, ReplayRequests: true,
MaxParallelIdentityTracks: 20, MaxParallelIdentityTracks: 20,
ClockSkewClamp: 150 * time.Millisecond, ClockSkewClamp: 50 * time.Millisecond,
} }
n.Rounds = rounds.GetDefaultParams() n.Rounds = rounds.GetDefaultParams()
n.Pickup = pickup.GetDefaultParams() n.Pickup = pickup.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