From e15715e60cefecef54c5ee0d2ba216e2cc84dc7b Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 9 Oct 2024 12:16:37 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2bfc4a0..156b1517a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ The following sections list the changes for unreleased. * Bugfix - Always treat LDAP attribute names case-insensitively: [#10204](https://github.com/owncloud/ocis/pull/10204) * Bugfix - Fix delete share panic: [#10219](https://github.com/owncloud/ocis/pull/10219) +* Bugfix - Thumbnail request limit: [#10225](https://github.com/owncloud/ocis/pull/10225) * Bugfix - Continue listing shares on error: [#10243](https://github.com/owncloud/ocis/pull/10243) * Bugfix - Avoid re-creating thumbnails: [#10251](https://github.com/owncloud/ocis/pull/10251) * Enhancement - Add OCM wellknown configuration: [#9815](https://github.com/owncloud/ocis/pull/9815) @@ -78,6 +79,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10219 +* Bugfix - Thumbnail request limit: [#10225](https://github.com/owncloud/ocis/pull/10225) + + 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. + + https://github.com/owncloud/ocis/pull/10225 + * Bugfix - Continue listing shares on error: [#10243](https://github.com/owncloud/ocis/pull/10243) We now continue listing received shares when one of the shares cannot be statted