Skip to content

Commit 022c616

Browse files
committed
implemented internal connection pool
1 parent f52abc5 commit 022c616

File tree

19 files changed

+3583
-666
lines changed

19 files changed

+3583
-666
lines changed

.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
},
1515
"console": "externalTerminal",
1616
"sourceMaps": true,
17-
"outFiles": ["${workspaceRoot}/bin/**/*.js"],
18-
"preLaunchTask": "build"
17+
"outFiles": ["${workspaceRoot}/bin/**/*.js"]
1918
}
2019
]
2120
}

bin/index.js

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/lib/Collector.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/lib/Database.js

Lines changed: 73 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)