owncloud/core

View on GitHub
changelog/10.4.0_2020-02-10/36565

Summary

Maintainability
Test Coverage
Enhancement: Optimize memory usage in Expire Trashbin Background job

The expire trashbin background job was consuming a lot of memory.
The SQL query has been optimized by filtering out unnecessary records and not
processing all users at once.

https://github.com/owncloud/core/pull/36565
https://github.com/owncloud/core/pull/36602