ownCloud Infinite Scale
The new cloud-native file sync and share platform from ownCloud
Alternative to: dropbox, google drive, box
v5.0.9
2024-11-14Table of Contents
Changes in 5.0.9
Summary
- Bugfix - Thumbnail request limit: #10280
- Bugfix - Restart Postprocessing properly: #10439
- Change - Define maximum input image dimensions and size when generating previews: #10270
Details
-
Bugfix - Thumbnail request limit: #10280
The
THUMBNAILS_MAX_CONCURRENT_REQUESTSsetting was not working correctly. Previously it was just limiting the number of concurrent thumbnail downloads. Now the limit is applied to the number thumbnail generations requests. Additionally the webdav service is now returning a “Retry-After” header when it is hitting the ratelimit of the thumbnail service.https://github.com/owncloud/ocis/pull/10280 https://github.com/owncloud/ocis/pull/10270 https://github.com/owncloud/ocis/pull/10225
-
Bugfix - Restart Postprocessing properly: #10439
Properly differentiate between resume and restart postprocessing.
-
Change - Define maximum input image dimensions and size when generating previews: #10270
This is a general hardening change to limit processing time and resources of the thumbnailer.
https://github.com/owncloud/ocis/pull/10270 https://github.com/owncloud/ocis/pull/9360 https://github.com/owncloud/ocis/pull/9035 https://github.com/owncloud/ocis/pull/9069