mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-11 03:04:22 +01:00
fix false double acquire on write lock
This commit is contained in:
@@ -133,7 +133,7 @@ impl LimboRwLock {
|
||||
// no op
|
||||
false
|
||||
}
|
||||
WRITE_LOCK => true,
|
||||
WRITE_LOCK => false,
|
||||
_ => unreachable!(),
|
||||
};
|
||||
tracing::trace!("write_lock({})", ok);
|
||||
|
||||
Reference in New Issue
Block a user