Table of Contents
- Changelog for 5.0.9
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_REQUESTS
setting 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. -
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.