Aumentato max total in DataSource in debug
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:
@@ -141,7 +141,7 @@ public class DataSource extends BasicDataSource {
|
||||
UtilityDebug.isIntegryServerDev() ||
|
||||
!SettingsModel.getInstance().isPrimaryInstance()) {
|
||||
this.setInitialSize(0);
|
||||
this.setMaxTotal(2);
|
||||
this.setMaxTotal(5);
|
||||
this.setMinIdle(0);
|
||||
this.setMaxIdle(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user