Skip to content

Commit

Permalink
Relax HTTP timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak committed Feb 21, 2024
1 parent 2551be7 commit 633a2a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ func makeHTTPService(host string, port uint16, handler http.Handler) *httpServic
Addr: net.JoinHostPort(host, portStr),
Handler: handler,
ReadHeaderTimeout: 30 * time.Second,
IdleTimeout: 30 * time.Second,
ReadTimeout: time.Minute,
},
}
}
Expand Down

0 comments on commit 633a2a1

Please sign in to comment.