This commit is contained in:
2019-03-18 17:27:36 +08:00
parent 7ef48dfc3e
commit 49be875e5d
4 changed files with 4 additions and 22 deletions

View File

@@ -113,7 +113,6 @@ public class DbSourceMysql implements DbSource {
private Connection connection() {
return connection(0);
}
private Connection connection(int n) {
AtomicReferenceArray<Connection> arr = conns.getOrDefault(accountKey, new AtomicReferenceArray<>(15));
Connection connection = null;