Files
ocis/changelog/7.0.0_2024-12-17/limit-sharing-workers.md
2024-12-17 10:42:36 +01:00

323 B

Bugfix: We now limit the number of workers of the jsoncs3 share manager

We now restrict the number of workers that look up shares to 5. The number can be changed with SHARING_USER_JSONCS3_MAX_CONCURRENCY or OCIS_MAX_CONCURRENCY.

https://github.com/owncloud/ocis/pull/10578 https://github.com/owncloud/ocis/pull/10552