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.
TLS.disable
1 parent e345cbb commit ee5d5e1Copy full SHA for ee5d5e1
Sources/PostgresNIO/Pool/PostgresClient.swift
@@ -47,7 +47,7 @@ public final class PostgresClient: Sendable, ServiceLifecycle.Service {
47
}
48
49
/// Do not try to create a TLS connection to the server.
50
- public static var disable: Self = Self.init(.disable)
+ public static let disable: Self = Self.init(.disable)
51
52
/// Try to create a TLS connection to the server. If the server supports TLS, create a TLS connection.
53
/// If the server does not support TLS, create an insecure connection.
0 commit comments