Skip to content

Commit

Permalink
fix: find db max connections
Browse files Browse the repository at this point in the history
  • Loading branch information
KishenKumarrrrr committed Dec 8, 2023
1 parent dd3522a commit c39036e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const app: express.Application = express()

const start = async (): Promise<void> => {
try {
console.log('test ', process.env.SEQUELIZE_POOL_MAX_CONNECTIONS)

Check warning on line 12 in backend/src/server.ts

View workflow job for this annotation

GitHub Actions / test-backend

Unexpected console statement

Check warning on line 12 in backend/src/server.ts

View workflow job for this annotation

GitHub Actions / Deploy backend to AWS Elastic Beanstalk / lint-test

Unexpected console statement
await loaders({ app })
const server = app.listen(port, () =>
// eslint-disable-next-line no-console
Expand Down

0 comments on commit c39036e

Please sign in to comment.