You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: create a more local lock when creating writable fixtures.
Previously, the lock location would block all writers from executing
a fixture even though they wouldn't step on each others feet.
Now, a script destination is used to assure locks are created close
to the destination when creating writable fixtures, typically removing
the need for multiple writers to wait on each other unnecessarily.
0 commit comments