-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable24] use a lazy user for the file owner when listing a directory #32118
Conversation
/rebase |
seems this requires the display name cache, which we haven't merged yet: #32065 |
okay merged. I'm not sure if we can ask the bot to redo a backport. I'll try... |
I'll take care of the manual rebasing |
Only getUID and getDisplayName are called on the file owner objects anyway and we can get this information often without DB request Signed-off-by: Robin Appelman <[email protected]>
441db73
to
79672ed
Compare
do you mean re-cherry-picking the original ? because it said the backport was incomplete so rebasing would not solve that |
No, the missing parts was the autoloader changes, I just regenerated it :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
backport of #32082