This commit is contained in:
xiu2 2021-01-05 11:24:58 +08:00
parent aa11024026
commit 78a8f9c6c4
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ func DownloadSpeedHandler(ip net.IPAddr) (bool, float32) {
}
}
}
return true, float32(e.Value()) / (float32(downloadTestTime.Seconds()) / 150)
return true, float32(e.Value()) / (float32(downloadTestTime.Seconds()) / 120)
} else {
return false, 0
}