Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Fitié <jfitie@gmail.com>
  • Loading branch information
jfitie committed Dec 4, 2023
1 parent e68ab7f commit 3dd5037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DBMDataRef/DBMDataRef.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ Namespace Vitens.DynamicBandwidthMonitor
interval = New AFTimeSpan(0, 0, 0, 0, 0,
(timeRange.EndTime.UtcSeconds-timeRange.StartTime.UtcSeconds)/
(numberOfValues-1), 0)
' Use a shrinking window so that cached data can be used optimally.
Do While timeRange.StartTime <= timeRange.EndTime
InterpolatedValuesByCount.Add(
GetValues(Nothing, timeRange, 0, Nothing, Nothing)(0))
Expand Down

0 comments on commit 3dd5037

Please # to comment.