Skip to content
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

Fix getting consecutive storage info #13

Merged
merged 1 commit into from
May 16, 2022
Merged

Conversation

CarlSchwan
Copy link
Member

The issue is that OC_Helper is using Filesystem internally and
Filesystem, will only use the same View for each users, so we were
basically only calculating the size once when processing multiple users.

In the future, storage and quota calculation needs to be cleaned in server
and provided as a public API

@CarlSchwan CarlSchwan added the bug Something isn't working label May 12, 2022
@CarlSchwan CarlSchwan self-assigned this May 12, 2022
@CarlSchwan CarlSchwan force-pushed the fix/storage-info branch 4 times, most recently from d37c71d to 7e4f22e Compare May 13, 2022 12:31
The issue is that OC_Helper is using Filesystem internally and
Filesystem, will only use the same View for each users, so we were
basically only calculating the size once when processing multiple users.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
@CarlSchwan CarlSchwan merged commit 75b8f1e into master May 16, 2022
@delete-merged-branch delete-merged-branch bot deleted the fix/storage-info branch May 16, 2022 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants