mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
323 B
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