From 57c4721dab841b45b3faf62efc8081c54b61a80b Mon Sep 17 00:00:00 2001 From: liudongqi Date: Wed, 4 Sep 2024 19:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index 682ee9b..8d88ef3 100644 --- a/routes/index.js +++ b/routes/index.js @@ -148,7 +148,7 @@ async function handle(url, htmlStr, jsText, cookie, userAgent, uuid, loadHtmlJs) reTry = 10 } else { timeout = 100 - reTry = 50 + reTry = 10 } let val = await store.waitGetAndDelete(uuid, timeout, reTry)