Automated changelog update [skip ci]

This commit is contained in:
Roman Perekhod
2024-10-23 08:38:38 +00:00
parent 1eef7622cf
commit bdeb248c32

View File

@@ -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