Update index.html

This commit is contained in:
quydang 2023-09-16 14:22:30 +07:00 committed by GitHub
parent e0a240dd54
commit 91a0f36710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -601,7 +601,7 @@
console.error("Error occurred while fetching status:", e); console.error("Error occurred while fetching status:", e);
retries++; retries++;
} }
await PromiseUtil.sleep(2000); await PromiseUtil.sleep(1000);
} }
}, },
}); });