Merge remote-tracking branch 'origin/master' into RED-9140

This commit is contained in:
Andrei Isvoran 2024-06-19 14:01:21 +03:00
commit d780d43724

View File

@ -117,6 +117,10 @@ public class AnalysisFlagsCalculationService {
hasUpdates = true; hasUpdates = true;
} }
if (entry.getNumberOfComments() > 0) {
hasComments = true;
}
} }
log.info("Flag Calculations for file: {} took: {}ms", fileId, System.currentTimeMillis() - startTime); log.info("Flag Calculations for file: {} took: {}ms", fileId, System.currentTimeMillis() - startTime);