mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
* versionSize is calculated anyway in the expire job - > dropped * offset/neededSpace was needed for expiry before the file is moved to the versions -> now this is included already in the currently used space because the expiry job is defered to a point in time after the version creation * fixes #21108