fix mysql pool release and add wristband api
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ class MySQLPool {
|
||||
|
||||
createPool(){
|
||||
this._pool = mysql.createPool({
|
||||
connectionLimit: 20,
|
||||
connectionLimit: 30,
|
||||
user: this._user,
|
||||
password: this._password,
|
||||
host: this._host,
|
||||
|
||||
Reference in New Issue
Block a user