From bbf03c764dbc78eded77fdc81f4687233441aefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 21 May 2024 13:22:01 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5206c19..1d2ede0db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,6 +115,7 @@ The following sections list the changes for unreleased. * Enhancement - Bump Reva: [#9132](https://github.com/owncloud/ocis/pull/9132) * Enhancement - Add watermark text: [#9144](https://github.com/owncloud/ocis/pull/9144) * Enhancement - Update selected attributes of autoprovisioned users: [#9166](https://github.com/owncloud/ocis/pull/9166) +* Enhancement - Limit concurrent thumbnail requests: [#9199](https://github.com/owncloud/ocis/pull/9199) ## Details @@ -696,6 +697,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/8955 https://github.com/owncloud/ocis/pull/9166 +* Enhancement - Limit concurrent thumbnail requests: [#9199](https://github.com/owncloud/ocis/pull/9199) + + The number of concurrent requests to the thumbnail service can be limited now to + have more control over the consumed system resources. + + https://github.com/owncloud/ocis/pull/9199 + # Changelog for [5.0.3] (2024-05-02) The following sections list the changes for 5.0.3.