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