We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc8817 commit 7508af0Copy full SHA for 7508af0
main.go
@@ -173,7 +173,7 @@ func feedRelayNames() []string {
173
174
func doHttpReqOnce(req *http.Request, name string) bool {
175
client := new(http.Client)
176
- client.Timeout = 30 * time.Second
+ client.Timeout = 40 * time.Second
177
resp, err := client.Do(req)
178
if err != nil {
179
log.Println(err)
0 commit comments