You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Only depends on the standard library.
14
14
`go get github.com/linkdata/bwlimit`
15
15
16
16
`Ticker` must be created with `bwlimit.NewTicker()`. The zero-value `Ticker` is not supported.
17
-
Limits are enforced in 100ms slices. Very low limits are therefore approximate rather than exact.
17
+
Limits are enforced in 100ms slices with fractional carry-over between slices, so very low limits are accurate over time but can still be bursty at slice boundaries.
0 commit comments