Closed EdisonChang closed 3 years ago
@EdisonChang The default client uses the apache httpclient under the hood which [defines the default timeout](https://www.javadoc.io/static/org.apache.httpcomponents/httpclient/4.5.13/org/apache/http/client/config/RequestConfig.html#getConnectionRequestTimeout()). You could also bring in your own client if that doesn't serve your use case.
@shwetha-manvinkurke OK got it, thank you.
Connection Timeout
What's the default connection timeout when we cannot connect to SendGrid?