diff --git a/WebScan/lib/client.go b/WebScan/lib/client.go index 5906638..80f982e 100644 --- a/WebScan/lib/client.go +++ b/WebScan/lib/client.go @@ -15,7 +15,7 @@ var ( Client *http.Client ClientNoRedirect *http.Client dialTimout = 5 * time.Second - keepAlive = 15 * time.Second + keepAlive = 5 * time.Second ) func Inithttp(PocInfo common.PocInfo) {