提高了事件循环的频率

This commit is contained in:
2023-12-17 16:40:48 +00:00
parent a482b55ec4
commit f7dd1ba171
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ async function GetResult(session_token,operation_token) {
return ret;
}
}
await sleep(100);
await sleep(10);
}
}