node-red-node-mysql
Advanced tools
Comparing version 1.0.0-beta-4 to 1.0.0-beta-5
@@ -44,3 +44,3 @@ | ||
multipleStatements: true, | ||
connectionLimit: 50, | ||
connectionLimit: RED.settings.mysqlConnectionLimit || 50, | ||
connectTimeout: 30000, | ||
@@ -47,0 +47,0 @@ charset: node.charset, |
{ | ||
"name": "node-red-node-mysql", | ||
"version": "1.0.0-beta-4", | ||
"version": "1.0.0-beta-5", | ||
"description": "A Node-RED node to read and write to a MySQL database", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18357