-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug]: Don't cache quota when queried in web UI #35421
Comments
The quota cache must also be invalidated immediately if the default or per-user limit is changed via the users page in the admin web interface (nextcloud.example.com/settings/users). EDIT: Related issue: #34422:
|
We update it now based on upload or other events (28+) |
Bug description
Quota in web UI only updates after a delay.
From my understanding the purpose of the quota cache is only to save performance with repeated PROPFINDs, not when queried for display.
Steps to reproduce
Expected behavior
Used space must adjust itself immediately.
Installation method
No response
Operating system
No response
PHP engine version
No response
Web server
No response
Database engine version
No response
Is this bug present after an update or on a fresh install?
No response
Are you using the Nextcloud Server Encryption module?
No response
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
Observed on master and stable25, pre 25.0.2 RC1
The text was updated successfully, but these errors were encountered: