From da5693a00ff2c85613decb6737bb22e010c61162 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 3 Jun 2024 14:24:43 +0800 Subject: [PATCH] 1 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 971bedb..5fa1f33 100644 --- a/app.js +++ b/app.js @@ -213,7 +213,7 @@ async function lock(key) { } const oldTimes = lockHash[key]; while (lockHash[key] == oldTimes) { - await sleep(0.05); + await sleep(0.01); } }