Skip to content

Avoid always setting up the user file system when only querying appdata - #29395

Closed
juliusknorr wants to merge 4 commits into
masterfrom
enh/setupfs-only-if-needed
Closed

Avoid always setting up the user file system when only querying appdata#29395
juliusknorr wants to merge 4 commits into
masterfrom
enh/setupfs-only-if-needed

Conversation

@juliusknorr

Copy link
Copy Markdown
Member

This should contribute to unnecessary user mountpoint setup when fetching css or avatars from appdata for example. I couldn't see any side-effect so far, but I'm curious about the test results.

Using null instead of the empty string default will make sure that the filesystem is not setup for the current user.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliusknorr
juliusknorrforce-pushed the enh/setupfs-only-if-needed branch from c0f5d6a to 8e6a9d8CompareNovember 24, 2021 13:09
Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliusknorr

Copy link
Copy Markdown
MemberAuthor

Obsolete due to #30942

@skjnldsv
skjnldsv deleted the enh/setupfs-only-if-needed branch March 14, 2024 07:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@juliusknorr