fix mysql pool release and add wristband api

This commit is contained in:
Jay
2017-03-28 16:34:50 +08:00
parent eeead43baf
commit 77bf5f58d2
15 changed files with 170 additions and 18 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class MySQLPool {
createPool(){
this._pool = mysql.createPool({
connectionLimit: 20,
connectionLimit: 30,
user: this._user,
password: this._password,
host: this._host,