We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
connect
1 parent d766674 commit 4824907Copy full SHA for 4824907
Sources/AsyncHTTPClient/HTTPClient.swift
@@ -923,7 +923,7 @@ extension HTTPClient: @unchecked Sendable {}
923
extension HTTPClient.Configuration {
924
/// Timeout configuration.
925
public struct Timeout: Sendable {
926
- /// Specifies connect timeout. If no connect timeout is given, a default 30 seconds timeout will applied.
+ /// Specifies connect timeout. If no connect timeout is given, a default 10 seconds timeout will be applied.
927
public var connect: TimeAmount?
928
/// Specifies read timeout.
929
public var read: TimeAmount?
0 commit comments