Skip to content
Snippets Groups Projects
Commit 3525f0b8 authored by benjamin's avatar benjamin
Browse files

fixed usage of clamp

parent 2ffd4c18
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
......@@ -75,6 +75,7 @@ func New(clamp time.Duration) Tracker {
gatewayClockDelays: new(sync.Map),
offsets: make([]*time.Duration, maxHistogramSize),
currentIndex: 0,
clamp: clamp,
}
return t
}
......
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