优化 下载测速文件大小

This commit is contained in:
xiu2
2020-11-06 12:32:23 +08:00
parent 13bae9c6f8
commit 9654cb8ea6
2 changed files with 8 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ const (
NormalPing
)
const url string = "https://speed.cloudflare.com/__down?bytes=1000000000"
const url string = "https://speed.cloudflare.com/__down?bytes=314572800"
var downloadTestTime time.Duration