aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.Database/Jellyfin.Database.Implementations/Locking/PessimisticLockBehavior.cs
AgeCommit message (Collapse)Author
6 daysAdd warning that PessimisticLockBehavior is unsafeMarc Brooks
Since it uses ReaderWriterLockSlim, it gets tripped up if the transaction is continued across an await boundary on a different thread.
2026-01-14Update to .NET 10.0Bond_009
2025-06-03Add multiple options for internal locking (#14047)JPVenson