From fd1c4391f4d59803d552410d6897ae088da20a1d Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 29 Jun 2024 17:28:59 +0800 Subject: [PATCH] Update sp.go --- sp/sp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp/sp.go b/sp/sp.go index 9ab9d33..2c73fe5 100644 --- a/sp/sp.go +++ b/sp/sp.go @@ -20,7 +20,7 @@ var speedtestClient = speedtest.New(speedtest.WithUserConfig( &speedtest.UserConfig{ UserAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36", PingMode: speedtest.TCP, - MaxConnections: 1, + MaxConnections: 8, })) func checkError(err error) {