Comparing version 0.1.15 to 0.1.16
@@ -37,3 +37,3 @@ var lookup = require('dns').lookup, | ||
this.connected = false; | ||
this.pingInterval = 300000; | ||
this.pingInterval = 60000; | ||
this._pinger = undefined; | ||
@@ -40,0 +40,0 @@ this._closeOnEmpty = false; |
{ "name": "mariasql", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"author": "Brian White <mscdex@mscdex.net>", | ||
@@ -4,0 +4,0 @@ "description": "A node.js binding to MariaDB's non-blocking (MySQL-compatible) client library", |
@@ -287,3 +287,3 @@ | ||
* **pingInterval** - < _integer_ > - Number of seconds between pings while idle. **Default:** 300 | ||
* **pingInterval** - < _integer_ > - Number of seconds between pings while idle. **Default:** 60 | ||
@@ -290,0 +290,0 @@ * **secureAuth** - < _boolean_ > - Use password hashing available in MySQL 4.1.1+ when authenticating. **Default:** true |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 6 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
3
18035966
349