lochness.mediaflux module checks if there is any difference between the source and target files and it's an important functionality for our project. However when dealing with an MRI folder, which has many small files, lochness.mediaflux module loops over all the dicom files to check if any of the data has been updated, looking for any differences in the source vs target files. And it's quite time-consuming. It's fine for now since we do not have many subjects with MRI data available, but it will soon be a bottleneck w/r to the sync time.
lochness.mediaflux module checks if there is any difference between the source and target files and it's an important functionality for our project. However when dealing with an MRI folder, which has many small files,
lochness.mediafluxmodule loops over all the dicom files to check if any of the data has been updated, looking for any differences in the source vs target files. And it's quite time-consuming. It's fine for now since we do not have many subjects with MRI data available, but it will soon be a bottleneck w/r to the sync time.