Files
ocis/changelog/7.0.0_2024-12-17/concurrent-userlog.md
2024-12-17 10:42:36 +01:00

248 B

Enhancement: Concurrent userlog processing

We now start multiple go routines that process events. The default of 5 goroutines can be changed with the new USERLOG_MAX_CONCURRENCY environment variable.

https://github.com/owncloud/ocis/pull/10504