diff options
Diffstat (limited to 'constants/constants.go')
| -rw-r--r-- | constants/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/constants.go b/constants/constants.go index a015f14..635aef7 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -20,7 +20,7 @@ var ( // The number of probes to send when calculating RTT. MeasurementProbeCount int = 5 // The amount of time that we give ourselves to calculate the RPM. - RPMCalculationTime time.Duration = 10 * time.Second + RPMCalculationTime int = 10 // The default amount of time that a test will take to calculate the RPM. DefaultTestTime int = 20 |
