mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-14 20:27:27 +00:00
Add comment for pingTimeout
This commit is contained in:
@@ -13,6 +13,8 @@ var (
|
|||||||
secureHTTPClient *http.Client
|
secureHTTPClient *http.Client
|
||||||
insecureHTTPClient *http.Client
|
insecureHTTPClient *http.Client
|
||||||
|
|
||||||
|
// pingTimeout is the timeout for the Ping function
|
||||||
|
// This is mainly exposed for testing purposes
|
||||||
pingTimeout = 5 * time.Second
|
pingTimeout = 5 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user