mysql set to try to keep server connection alive

This commit is contained in:
Dave Conway-Jones
2017-02-26 10:18:07 +00:00
parent 5a85813a45
commit c6d214fcfe
2 changed files with 60 additions and 45 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-mysql",
"version" : "0.0.13",
"version" : "0.0.14",
"description" : "A Node-RED node to read and write to a MySQL database",
"dependencies" : {
"mysql" : "^2.12.0"
"mysql" : "^2.13.0"
},
"repository" : {
"type":"git",