Skip to content

Commit 7508af0

Browse files
committed
40 second timeout
1 parent 1dc8817 commit 7508af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func feedRelayNames() []string {
173173

174174
func doHttpReqOnce(req *http.Request, name string) bool {
175175
client := new(http.Client)
176-
client.Timeout = 30 * time.Second
176+
client.Timeout = 40 * time.Second
177177
resp, err := client.Do(req)
178178
if err != nil {
179179
log.Println(err)

0 commit comments

Comments
 (0)