@ -213,7 +213,7 @@ async function lock(key) {
}
const oldTimes = lockHash[key];
while (lockHash[key] == oldTimes) {
await sleep(0.05);
await sleep(0.01);
The note is not visible to the blocked user.