Merge branch 'RED-8878' into 'release/1.363.x'
RED-8878: Small Fix for incremeting counter in recalcualte flags See merge request redactmanager/persistence-service!427
This commit is contained in:
commit
7eb8ca2013
@ -53,6 +53,7 @@ public class AnalysisFlagsCalculationService {
|
||||
for(FileEntity file: files){
|
||||
calculateFlags(file.getDossierId(), file.getId());
|
||||
log.info("Successfully recalculated flags for {}/{} files", i, files.size());
|
||||
i++;
|
||||
}
|
||||
|
||||
log.info("Flag recalculation for all files finished.");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user