add healthcheck service
This commit is contained in:
@ -39,6 +39,7 @@ func New(addr string) (*client, error) {
|
||||
KeepAlive: time.Second * 30,
|
||||
}).DialContext,
|
||||
MaxIdleConns: 10,
|
||||
MaxConnsPerHost: 100,
|
||||
IdleConnTimeout: time.Second * 90,
|
||||
TLSHandshakeTimeout: time.Second * 5,
|
||||
ExpectContinueTimeout: time.Second * 1,
|
||||
|
||||
Reference in New Issue
Block a user