-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 4.2.0
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Framework
-
Epic Link:
get_upload() is a generic method used in the sync and Direct Transfer features to retrieve only one upload. But the implementation is quite greedy as it will retrieve all uploads and then filter out uninsterested ones. This is not efficient and should be reviewed.