You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The co-owner shares introduced in #49073 causes a performance regression as mentioned in #49073 (review) due it it now having to query shares for each file in a folder.
Possible solution would be:
create a new extension interface to allow listing shares in a folder without the sharee filter
for any 3rd party share backend not implementing the new interface, just fall back to disabling co-owners
The text was updated successfully, but these errors were encountered:
The co-owner shares introduced in #49073 causes a performance regression as mentioned in #49073 (review) due it it now having to query shares for each file in a folder.
Possible solution would be:
The text was updated successfully, but these errors were encountered: