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)