From 1dcd80329373466d31c18ff86d76379ce6e93188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 6 Nov 2024 14:53:27 +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 e5452f73d..947f539cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ The following sections list the changes for unreleased. * Enhancement - Bump cs3api: [#10448](https://github.com/owncloud/ocis/pull/10448) * Enhancement - Update web to v11.0.1: [#10467](https://github.com/owncloud/ocis/pull/10467) * Enhancement - Bump reva to latest: [#10472](https://github.com/owncloud/ocis/pull/10472) +* Enhancement - Concurrent autoaccept for shares: [#10476](https://github.com/owncloud/ocis/pull/10476) ## Details @@ -218,6 +219,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10472 +* Enhancement - Concurrent autoaccept for shares: [#10476](https://github.com/owncloud/ocis/pull/10476) + + Shares for groups are now concurrently accepted. Tha default of 25 goroutinges + can be changed with the new `FRONTEND_MAX_CONCURRENCY` environment variable. + + https://github.com/owncloud/ocis/pull/10476 + # Changelog for [6.6.1] (2024-10-24) The following sections list the changes for 6.6.1.