You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Features:
15
15
16
16
## Installation:
17
17
18
-
1. Add `ClickHouseNIO` as a dependency to your `Package.swift`
18
+
1. Add `ClickHouseVapor` as a dependency to your `Package.swift`
19
19
20
20
```swift
21
21
dependencies: [
@@ -34,7 +34,9 @@ $ swift build
34
34
35
35
## Usage
36
36
37
-
1. Configure the connection credentials with a Vapor 4 appliation. Usually this is done in `config.swift`.
37
+
1. Configure the connection credentials with a Vapor 4 application. Usually this is done in `config.swift`.
38
+
39
+
Note: `maxConnectionsPerEventLoop` controls the number of connections per thread. If you have 4 CPU cores and Vapor is using 4 eventLoops, 8 connections will be used. `requestTimeout` is the timeout to establish a connection. It does not limit query runtime.
0 commit comments