Skip to content

Commit b798e2e

Browse files
committed
config mysql pool
1 parent dfe1ceb commit b798e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/database/config/mysql.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export async function mysqlConn() {
99
database: process.env.DB_NAME_MySql,
1010
password: process.env.PASSWORD_MySql,
1111
port: Number(process.env.PORT_MySql),
12-
idleTimeout: 60000, // idle connections timeout, in milliseconds, the default value 60000
12+
// idleTimeout: 60000, // idle connections timeout, in milliseconds, the default value 60000
1313
queueLimit: 0,
1414
enableKeepAlive: true,
1515
keepAliveInitialDelay: 0,

0 commit comments

Comments
 (0)