We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe1ceb commit b798e2eCopy full SHA for b798e2e
src/data/database/config/mysql.ts
@@ -9,7 +9,7 @@ export async function mysqlConn() {
9
database: process.env.DB_NAME_MySql,
10
password: process.env.PASSWORD_MySql,
11
port: Number(process.env.PORT_MySql),
12
- idleTimeout: 60000, // idle connections timeout, in milliseconds, the default value 60000
+ // idleTimeout: 60000, // idle connections timeout, in milliseconds, the default value 60000
13
queueLimit: 0,
14
enableKeepAlive: true,
15
keepAliveInitialDelay: 0,
0 commit comments