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
Based on findings in https://github.com/owncloud/enterprise/issues/6213 it is understood that listing the trashbin items is taking too long if a significant amount of files were deleted and are in the trashbin.
The code is known to be not optimized. So the action to undertake is
Check the code and find the bottlenecks
Find a way to increase the listing performance by (probably) parallelize the reading of the items from the trashbin structure
Propose a as small as possible code patch to fix the behaviour and increase listing performance that can be applied to the v4 code branch.
The text was updated successfully, but these errors were encountered:
Based on findings in https://github.com/owncloud/enterprise/issues/6213 it is understood that listing the trashbin items is taking too long if a significant amount of files were deleted and are in the trashbin.
The code is known to be not optimized. So the action to undertake is
The text was updated successfully, but these errors were encountered: