bolin-L

Results 1 issues of bolin-L

In my app, I get a few acquire timeout every day, below is code and log ### Code is: ``` const mysqlPool = app.mysql.pool; mysqlPool.on('connection', connection => { app.logger.info(`mysql connection...

question