(actor) FS monitor should pick up stuff in BACKUP as well.

This commit is contained in:
Viktor Lofgren 2023-10-16 14:37:36 +02:00
parent ede5d1f890
commit c98117f69d

View File

@ -84,6 +84,7 @@ public class FileStorageMonitorActor extends AbstractActorPrototype {
}
fileStorageService.synchronizeStorageManifests(fileStorageService.getStorageBase(FileStorageBaseType.STORAGE));
fileStorageService.synchronizeStorageManifests(fileStorageService.getStorageBase(FileStorageBaseType.BACKUP));
TimeUnit.SECONDS.sleep(10);
}