We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697e45b commit 0472359Copy full SHA for 0472359
packages/db/db/client.go
@@ -34,7 +34,7 @@ func NewClient(ctx context.Context) (*Client, error) {
34
}
35
36
// Set the maximum number of connections
37
- config.MaxConns = 10 // Replace 10 with your desired max connections
+ config.MaxConns = 100
38
39
// Create the connection pool
40
pool, err := pgxpool.NewWithConfig(ctx, config)
0 commit comments