Skip to content

Commit

Permalink
Fix wrong/outdated connect timeout documentation (swift-server#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored Oct 25, 2023
1 parent d766674 commit 4824907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AsyncHTTPClient/HTTPClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ extension HTTPClient: @unchecked Sendable {}
extension HTTPClient.Configuration {
/// Timeout configuration.
public struct Timeout: Sendable {
/// 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.
public var connect: TimeAmount?
/// Specifies read timeout.
public var read: TimeAmount?
Expand Down

0 comments on commit 4824907

Please sign in to comment.