Skip to content

Commit

Permalink
Fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Jan 8, 2025
1 parent 7f035c5 commit 0aba911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/client-common/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1597,9 +1597,9 @@ interface ClickHouseHTTPSettings {
* This is regulated by the `default_session_timeout` server setting. */
session_timeout: UInt64
/** You can use this setting to check the session status before executing the query.
* If a session is expired or cannot be found, the server returns `SESSION_NOT_FOUND` with error code 372.
* NB: the session mechanism is only reliable when you connect directly to a particular ClickHouse server node.
* Due to each particular session not being shared across the cluster, sessions won't work well in a multi-node environment with a load balancer,
* If a session is expired or cannot be found, the server returns `SESSION_NOT_FOUND` with error code 372.
* NB: the session mechanism is only reliable when you connect directly to a particular ClickHouse server node.
* Due to each particular session not being shared across the cluster, sessions won't work well in a multi-node environment with a load balancer,
* as there will be no guarantee that each consequent request will be received on the same node. */
session_check: Bool
}
Expand Down

0 comments on commit 0aba911

Please sign in to comment.