We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
With cs3org/reva#4374 & delay (vm nfs-server, delay via tc):
tc
Sorry, something went wrong.
After parallelizing the globbing we end up with the following values:
fixed and relased with ocis v4.0.4
No branches or pull requests
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: