mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-09-22 13:45:07 -04:00
Closes https://github.com/FossifyOrg/File-Manager/issues/28 When there are more than a few files on the SD Card, this can lead to a busy media scanner situation where any further calls to scan a file are scheduled to be executed after the initial scan is complete. As a result, simple actions like rename (which trigger a rescan) can take a long time to complete. Originally added in https://github.com/SimpleMobileTools/Simple-File-Manager/commit/4cca280de7bdae5c2a2d20d6c93ead2047c6df67 to fix issues related to stale SD Card stats but it doesn't seem necessary as per my testing.