Tweak default server

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-11-03 15:19:28 +00:00
parent cb27f975bc
commit d36df1c6f5

View File

@@ -26,7 +26,7 @@ var (
func init() { func init() {
flag.IntVar(&interval, "interval", 30, "Duration, in minutes, between speedtest runs") flag.IntVar(&interval, "interval", 30, "Duration, in minutes, between speedtest runs")
flag.IntVar(&port, "port", 9091, "The port to listen on") flag.IntVar(&port, "port", 9091, "The port to listen on")
flag.IntVar(&serverID, "server", 55637, "The ID of the server to test against") flag.IntVar(&serverID, "server", 55137, "The ID of the server to test against")
flag.Parse() flag.Parse()
} }