Finish Hotfix-1
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -96,7 +96,7 @@ public class BasicConnectionPool {
|
|||||||
extraConnectionCounters.putIfAbsent(dbName, new AtomicInteger(0));
|
extraConnectionCounters.putIfAbsent(dbName, new AtomicInteger(0));
|
||||||
|
|
||||||
if (!model.getInternalDb())
|
if (!model.getInternalDb())
|
||||||
poolSize = 0;
|
continue;
|
||||||
|
|
||||||
for (int j = 0; j < poolSize; j++) {
|
for (int j = 0; j < poolSize; j++) {
|
||||||
DataSource ds = createNewDataSource(model.getProfileName(), j);
|
DataSource ds = createNewDataSource(model.getProfileName(), j);
|
||||||
|
|||||||
Reference in New Issue
Block a user