Skip to content

Commit

Permalink
Throughput set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed May 6, 2024
1 parent f93b66e commit 48b5dcf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ private void UpdateWindowInfoInternal()
_throughputValues.RemoveRange(0, count: 60);
}

throughput = totalSizeBytes > 0 ? throughput : 0;
if (throughput > _customSeparators.Last())
{
_customSeparators.Add(FirstMultiple(throughput));
Expand Down

0 comments on commit 48b5dcf

Please sign in to comment.