1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Update 68-mysql.js

This commit is contained in:
Dave Conway-Jones 2021-03-16 08:24:06 +00:00
parent fabd3753b4
commit 868d641064
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

View File

@ -41,7 +41,9 @@ module.exports = function(RED) {
timezone : node.tz,
insecureAuth: true,
multipleStatements: true,
connectionLimit: 25,
connectionLimit: 50,
timeout: 30000,
connectTimeout: 30000,
charset: node.charset
});
}