Finish Hotfix-1
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-04-22 16:38:09 +02:00

View File

@@ -96,7 +96,7 @@ public class BasicConnectionPool {
extraConnectionCounters.putIfAbsent(dbName, new AtomicInteger(0));
if (!model.getInternalDb())
poolSize = 0;
continue;
for (int j = 0; j < poolSize; j++) {
DataSource ds = createNewDataSource(model.getProfileName(), j);