Currently, find_all_media_dirs scans and puts all media dirs in an array. Subsequently, the array is iterated and dirs are instrumented.
We should instrument while dirs are found, so we don't need to round trip again. Additionally, we can fork instrumentation processes when each dir is found.
Currently, find_all_media_dirs scans and puts all media dirs in an array. Subsequently, the array is iterated and dirs are instrumented.
We should instrument while dirs are found, so we don't need to round trip again. Additionally, we can fork instrumentation processes when each dir is found.