summary refs log tree commit diff
path: root/changelog.d/16061.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix database performance of read/write worker locks (#16061)Erik Johnston2023-08-171-0/+1
We were seeing serialization errors when taking out multiple read locks. The transactions were retried, so isn't causing any failures. Introduced in #15782.