Closed sagebind closed 2 years ago
Base: 52.03% // Head: 52.38% // Increases project coverage by +0.34%
:tada:
Coverage data is based on head (
5e3d9d9
) compared to base (07e3044
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Remove need for upgradeable read-write lock from parking lot in PSL cache by refreshing the list asynchronously in a background thread. This doesn't make much performance difference unless we decide to swap the cache atomically, but allows us to remove a dependency only used in one small location.