Skip to content

Commit 85eba08

Browse files
committed
Increase postgres connections
1 parent 3895e9b commit 85eba08

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Swift/hummingbird2/src-postgres/Sources/server

1 file changed

+1
-1
lines changed

frameworks/Swift/hummingbird2/src-postgres/Sources/server/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func runApp() async throws {
3232
database: "hello_world",
3333
tls: .disable
3434
)
35-
postgresConfiguration.options.maximumConnections = 100
35+
postgresConfiguration.options.maximumConnections = 200
3636
let postgresClient = PostgresClient(
3737
configuration: postgresConfiguration,
3838
eventLoopGroup: MultiThreadedEventLoopGroup.singleton

0 commit comments

Comments
 (0)