diff --git a/pkg/message/custom.go b/pkg/message/custom.go index ac365e3..19f9dc8 100644 --- a/pkg/message/custom.go +++ b/pkg/message/custom.go @@ -13,7 +13,7 @@ type CustomWebhook struct { } var Client = &http.Client{ - Timeout: 8 * time.Second, + Timeout: 5 * time.Second, } func (cw *CustomWebhook) Request(url string, msg string) ([]byte, error) {