Skip to content

Commit

Permalink
bump connection pool max (#3909)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaylor89 committed Sep 21, 2022
1 parent 0a05746 commit 04be7bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ import create_tables from './migrations/create_tables'

const { db } = getEnv()

const dbConnectionPoolMax: number = 85
const dbConnectionPoolMax: number = 250

export const sequelizeConn = new Sequelize(
db.name,
Expand Down

0 comments on commit 04be7bb

Please sign in to comment.