Skip to content
Commit 33694eaf authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

Divide network speeds by 2

We update the network speed every 2s to match the daemon update rate.
However, this means that when calculating the difference between the
current and the previous, we get twice the amount since we are a
calculating the difference over 2s. So divide by 2 to get the byte rate
per second.


(cherry picked from commit cf19c92b)
parent f0c7d38b
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