Skip to content

Commit

Permalink
Update sp.go
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Jun 29, 2024
1 parent 8745ae7 commit fd1c439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp/sp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit fd1c439

Please sign in to comment.