-
Notifications
You must be signed in to change notification settings - Fork 189
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
fetchShares in the sharesstorageprovider does not parallelize stat requests #9828
Labels
Comments
related, but bitrotted: cs3org/reva#3940 |
This was referenced Aug 16, 2024
fixed by cs3org/reva#4812 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
looking at the code ... we are sequentially stating all accepted shares. this will take ages and can be parallelized. maybe even cached
fix by concurrently stating resources. make the number of concurrent go routines configurable.
The text was updated successfully, but these errors were encountered: