Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
fix PoolConnection.Release();
Browse files Browse the repository at this point in the history
  • Loading branch information
Yovangga Anandhika committed Sep 8, 2022
1 parent 4fcd60c commit 22064a4
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 267 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dkaframework/mariadb",
"version": "1.0.11",
"version": "1.0.15",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": {
Expand All @@ -15,13 +15,13 @@
"build": "tsc --build"
},
"dependencies": {
"@dkaframework/encryption": "^1.0.1",
"@types/jsbn": "^1.2.30",
"@types/lodash": "^4.14.182",
"@types/mysql": "^2.15.21",
"lodash": "^4.17.21",
"mariadb": "^2.5.6",
"moment": "^2.29.4",
"@dkaframework/encryption": "^1.0.1",
"moment-timezone": "^0.5.37",
"mysqldump": "^3.2.0",
"tcp-port-used": "^1.0.2",
Expand All @@ -30,6 +30,7 @@
"winston": "^3.8.1"
},
"devDependencies": {
"@dkaframework/server": "^1.0.7",
"@types/escpos": "^2.5.2",
"@types/express": "^4.17.13",
"escpos": "^3.0.0-alpha.6",
Expand Down
2 changes: 0 additions & 2 deletions src/Config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export const DatabaseMariaDB : mConfigDatabase = {
port : 3306,
database : "test",
connectionLimit : 100,
idleTimeout : 1000,
connectTimeout : 2000,
autoBackup : {
enabled : false,
backupPriodic : "DAILY",
Expand Down
Loading

0 comments on commit 22064a4

Please sign in to comment.