Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(MountProvider): Remove wrong cache in getMountsForPath#4448

Merged
provokateurin merged 1 commit into
masterfrom
fix/mountprovider/mounts-for-path-cache
Feb 23, 2026
Merged

fix(MountProvider): Remove wrong cache in getMountsForPath#4448
provokateurin merged 1 commit into
masterfrom
fix/mountprovider/mounts-for-path-cache

Conversation

@provokateurin
Copy link
Copy Markdown
Member

Fixes #4442

The variable was only set once and on subsequent runs the folders for the other paths weren't queried anymore.
I first did it as a two step to keep the cache, but then opted to remove it as the cache will not really do much anyway, as the same set of queries are still executed.

@provokateurin
Copy link
Copy Markdown
Member Author

/backport to stable33

Copy link
Copy Markdown
Contributor

@SystemKeeper SystemKeeper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works, thanks!

I guess we should still try to combine the queries in the best case (but nothing for that PR)

@provokateurin provokateurin merged commit 8f9bbd9 into master Feb 23, 2026
57 of 59 checks passed
@provokateurin provokateurin deleted the fix/mountprovider/mounts-for-path-cache branch February 23, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Items that need to be reviewed bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IPartialMountProvider breaks nested subfolders

3 participants