(actor) FS monitor should pick up stuff in BACKUP as well.
This commit is contained in:
parent
ede5d1f890
commit
c98117f69d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user