Merge branch 'master' into develop

This commit is contained in:
2024-02-26 09:43:22 +01:00

View File

@@ -45,9 +45,14 @@ public class MenuConfigurationService {
if (advancedDataSource.getDataSource().getDbName().equalsIgnoreCase("studioml"))
continue;
try {
//LocalDateTime startTime = UtilityLocalDate.getNowTime();
internalRefresh(advancedDataSource.getConnection(), menuConfig);
//logger.debug("Menu refresh time: " + ChronoUnit.SECONDS.between(startTime, UtilityLocalDate.getNowTime()));
} catch (Exception ex) {
logger.error("Errore durante l'aggiornamento del menu di " + advancedDataSource.getProfileName(), ex);
throw ex;
}
}
}