Automated changelog update [skip ci]

This commit is contained in:
kobergj
2024-11-13 14:52:15 +00:00
parent d99deb93e8
commit 8380f21cbe

View File

@@ -60,6 +60,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Fix impersonated request user mismatch: [#10548](https://github.com/owncloud/ocis/pull/10548)
* Bugfix - Set MaxConcurrency to 1: [#10557](https://github.com/owncloud/ocis/pull/10557)
## Details
@@ -70,6 +71,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/10292
https://github.com/owncloud/ocis/pull/10548
* Bugfix - Set MaxConcurrency to 1: [#10557](https://github.com/owncloud/ocis/pull/10557)
Set MaxConcurrency for frontend and userlog services to 1. Too many workers will
negatively impact performance on small machines.
https://github.com/owncloud/ocis/pull/10557
# Changelog for [7.0.0-rc.2] (2024-11-12)
The following sections list the changes for 7.0.0-rc.2.