Skip to content

Commit

Permalink
Merge pull request #190 from teamViNO/feature/video
Browse files Browse the repository at this point in the history
[fix] db양 늘리기
  • Loading branch information
jainefer authored Feb 17, 2024
2 parents 6af2285 + 00036c7 commit e295500
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/db.connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ export const pool = mysql.createPool({
database: process.env.DB_TABLE,
password: process.env.DB_PASSWORD,
waitForConnections: true,
connectionLimit: 10,
queueLimit: 0,
connectTimeout: 60000
connectionLimit: 100,
queueLimit: 30,
connectTimeout: 60000,
max_connections : 505
});

0 comments on commit e295500

Please sign in to comment.