github.com/cs3org/reva/v2@v2.27.7/changelog/2.18.0_2023-12-22/avoid-panic-in-cache.md (about) 1 Bugfix: fixed panic in receivedsharecache pkg 2 3 The receivedsharecache pkg would sometime run into concurrent map writes. This is fixed by using maptimesyncedcache pkg instead of a plain map. 4 5 https://github.com/cs3org/reva/pull/4424