Update the download speed every 2s. Speed is the average in the 2s.
Also update downloaded MB only if at least 1 MB has been downloaded since last update.
This commit is contained in:
@@ -186,6 +186,8 @@ class Constants:
|
||||
UNKNOWN = "N/A"
|
||||
EXTRACTING_MSG = "Extracting..."
|
||||
EXTRACTING_CODE = -1
|
||||
ZERO_INITIAL_SPEED = -1
|
||||
ZERO_FINAL_SPEED = -2
|
||||
NOT_AVAILABLE = "spectrumnotavailable.png"
|
||||
NOT_SELECTED = "nosignalselected.png"
|
||||
FIELD_SEPARATOR = ";"
|
||||
|
||||
Reference in New Issue
Block a user