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:
parent
fabd3753b4
commit
868d641064
@ -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
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user