Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Do not index attachments after plugin has loaded (#2465)
Fixes #2464 Non-markdown files that were added, renamed or deleted after the plugin had loaded were being passed to Cache.indexFile() which was then reading them. This could cause wasted work, and when deleting non-markdown files, would trigger Tasks search results to be needlessly redrawn.
- Loading branch information