diff --git a/changelog/unreleased/reduce-lock-contention.md b/changelog/unreleased/reduce-lock-contention.md deleted file mode 100644 index 88dddb4be8..0000000000 --- a/changelog/unreleased/reduce-lock-contention.md +++ /dev/null @@ -1,5 +0,0 @@ -Enhancement: Reduce lock contention issues - -We reduced lock contention during high load by caching the extended attributes of a file for the duration of a request. - -https://github.com/cs3org/reva/pull/3397