Skip to content

Commit

Permalink
api/main: remove pgx minconn (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji authored Sep 14, 2022
1 parent 6f33646 commit 68fbad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func main() {
dbc.ConnConfig.LogLevel = pgx.LogLevelTrace
}

dbc.MinConns = 10
dbc.MaxConns = 30
db, err := pgxpool.ConnectConfig(ctx, dbc)
check(err)
Expand Down

1 comment on commit 68fbad5

@vercel
Copy link

@vercel vercel bot commented on 68fbad5 Sep 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lanyard – ./

lanyard-git-main.context.wtf
allowlist.context.wtf
lanyard.context.wtf

Please sign in to comment.