mirror of
https://github.com/SSLMate/certspotter.git
synced 2026-01-19 03:34:19 +01:00
Increase log client request timeout to 60 seconds
This should be configurable, but I need to experiment first.
This commit is contained in:
@@ -67,7 +67,7 @@ func New(uri string) *LogClient {
|
||||
c.uri = uri
|
||||
transport := &httpclient.Transport{
|
||||
ConnectTimeout: 10 * time.Second,
|
||||
RequestTimeout: 30 * time.Second,
|
||||
RequestTimeout: 60 * time.Second,
|
||||
ResponseHeaderTimeout: 30 * time.Second,
|
||||
MaxIdleConnsPerHost: 10,
|
||||
DisableKeepAlives: false,
|
||||
|
||||
Reference in New Issue
Block a user