Skip to content

Commit

Permalink
Misc edits
Browse files Browse the repository at this point in the history
  • Loading branch information
rupesh-k committed Jul 8, 2020
1 parent 060daba commit 99d849a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/Counters_Rate_Utilization_Load_Interval_Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ When load interval is set, then thread caches the counters and after every load
// load_interval is per port/queue load interval
// poll_interval is interval at which stats are polled from SAI.
// Logic to set load_divisor is called when polling interval or load_interval changes
if (load_interval > poll_interval)
// Logic to set load_divisor is called when poll_interval or load_interval changes
if (load_interval >= poll_interval)
load_divisor = load_interval / poll_interval
if (load_interval < poll_interval)
Expand Down

0 comments on commit 99d849a

Please sign in to comment.