-
Notifications
You must be signed in to change notification settings - Fork 168
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
Re-fetch quota when it makes sense #6930
Comments
Tried doing some investigation. Some finds
|
decision: refetch quota after upload has finished. |
@tbsbdr whats about deleting files? |
iirc @kulmann and I discussed that the problem is, that we don't want to generate too many requests just to have the quota up-to-date. refetch quota after deletion of a file would be cool, sure but in case of batch-delete we would need some debounce I guess. So: the quota should get updated after delete-operation only if the costs are low I'd say. whats your opinion, @kulmann ? |
Checked that, the cost is low, as I only make one request after batch delete |
Relative (that's the percentage view) in ocis gets wrong calculated, see owncloud/ocis#4357 |
Steps to reproduce
Expected behaviour
The respective quota info should reflect the changes made in (2)
Actual behaviour
Quota info remains unchanged
Possible solutions
The text was updated successfully, but these errors were encountered: