From bdeb248c3268b093430c70abd4946bd8fb8f97fc Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Wed, 23 Oct 2024 08:38:38 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9f608aeb..fcecdb2864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ The following sections list the changes for unreleased. * Bugfix - Disable download activity: [#10367](https://github.com/owncloud/ocis/pull/10367) * Bugfix - Fix Activitylog issues: [#10376](https://github.com/owncloud/ocis/pull/10376) * Bugfix - Security fixes: [#10376](https://github.com/owncloud/ocis/pull/10376) +* Bugfix - Make antivirus workers configurable: [#10383](https://github.com/owncloud/ocis/pull/10383) * Bugfix - Increase event processing workers: [#10385](https://github.com/owncloud/ocis/pull/10385) ## Details @@ -93,6 +94,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10376 +* Bugfix - Make antivirus workers configurable: [#10383](https://github.com/owncloud/ocis/pull/10383) + + We made the number of go routines that pull events from the queue configurable. + + https://github.com/owncloud/ocis/pull/10383 + * Bugfix - Increase event processing workers: [#10385](https://github.com/owncloud/ocis/pull/10385) We increased the number of go routines that pull events from the queue to three