Update default connectTimeout to 30s according to reactor netty

Fixes gh-2793
This commit is contained in:
spencergibb
2023-01-19 13:43:46 -05:00
parent a057d020c5
commit e94887b97b

View File

@@ -51,7 +51,7 @@ import org.springframework.validation.annotation.Validated;
@Validated
public class HttpClientProperties {
/** The connect timeout in millis, the default is 45s. */
/** The connect timeout in millis, the default is 30s. */
private Integer connectTimeout;
/** The response timeout. */