wait 1 sec before next ping

This commit is contained in:
liamcottle 2024-12-24 17:04:05 +13:00
commit 188cee7382

View file

@ -104,7 +104,7 @@ export default {
await this.ping();
// wait a bit before running next ping
await this.sleep(500);
await this.sleep(1000);
}