We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1989a4b commit 47faaa5Copy full SHA for 47faaa5
cmd/speedtest_exporter/main.go
@@ -48,7 +48,7 @@ func main() {
48
49
http.Handle(metricsPath, promhttp.HandlerFor(r, promhttp.HandlerOpts{
50
MaxRequestsInFlight: 1,
51
- Timeout: 40 * time.Second,
+ Timeout: 60 * time.Second,
52
}))
53
log.Fatal(http.ListenAndServe(":"+*port, nil))
54
}
0 commit comments