mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-02 13:37:08 -05: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 4cca280de7 to fix issues related to stale SD Card stats but it doesn't seem necessary as per my testing.