Skip to content
Commit 220fb2c1 authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

ProcessCore: Check the actual previous values when updating IO rates

During startup, we may end up updating IO rates with a previous value of
0. This leads to ridiculously large numbers. To prevent it, don't use a
global flag to track this, but check the actual previous values and
elapsed time when updating rates and ignore updates when either is <= 0.

BUG: 444127
parent d9dfb379
Pipeline #104790 passed with stage
in 3 minutes and 12 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment