Finish Hotfix-44
This commit is contained in:
@@ -48,7 +48,7 @@ public class EntityLoggerComponent {
|
||||
@PostContextConstruct(priority = 10)
|
||||
private void init() {
|
||||
try {
|
||||
if (!UtilityDebug.isDebugExecution()) {
|
||||
if (!UtilityDebug.isDebugExecution() || UtilityDebug.isIntegryServer()) {
|
||||
this.syncDBScheme();
|
||||
|
||||
looperService.add(this::deleteOldlogs, 12 * 60 * 60 * 1000, EntityLoggerComponent.class.getName()); //Ogni 12 ore
|
||||
|
||||
Reference in New Issue
Block a user