update
This commit is contained in:
@ -276,7 +276,7 @@ const go = async () => {
|
|||||||
const index = async () => {
|
const index = async () => {
|
||||||
while (1 == 1) {
|
while (1 == 1) {
|
||||||
await go();
|
await go();
|
||||||
await new Promise((r) => setTimeout(r, 300));
|
await new Promise((r) => setTimeout(r, 1000));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user