Skip to content

Commit

Permalink
[FIX] remove comment of unused property in ClientSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
Grady Zhuo committed Sep 8, 2024
1 parent c608047 commit 89197c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/EventStoreDB/ClientSettings/ClientSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public let DEFAULT_GOSSIP_TIMEOUT: TimeInterval = 3.0
/// - Properties:
/// - `configuration`: TLS configuration.
/// - `clusterMode`: The cluster topology mode.
/// - `numberOfThreads`: Number of threads to use (default is 1).
/// - `tls`: Indicates if TLS is enabled (default is false).
/// - `tlsVerifyCert`: Indicates if TLS certificate verification is enabled (default is false).
/// - `defaultDeadline`: Default deadline for operations (default is `.max`).
Expand Down

0 comments on commit 89197c7

Please sign in to comment.