Skip to content

Commit 99d849a

Browse files
committed
Misc edits
1 parent 060daba commit 99d849a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Counters_Rate_Utilization_Load_Interval_Support.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ When load interval is set, then thread caches the counters and after every load
138138
// load_interval is per port/queue load interval
139139
// poll_interval is interval at which stats are polled from SAI.
140140
141-
// Logic to set load_divisor is called when polling interval or load_interval changes
142-
if (load_interval > poll_interval)
141+
// Logic to set load_divisor is called when poll_interval or load_interval changes
142+
if (load_interval >= poll_interval)
143143
load_divisor = load_interval / poll_interval
144144
145145
if (load_interval < poll_interval)

0 commit comments

Comments
 (0)