From 78a8f9c6c4b2f2d02a7826b791ec9cc7f1c98058 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Tue, 5 Jan 2021 11:24:58 +0800 Subject: [PATCH] update --- tcping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcping.go b/tcping.go index 8d37e53..9c38df8 100644 --- a/tcping.go +++ b/tcping.go @@ -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 }