mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
wait 1 sec before next ping
This commit is contained in:
parent
76aa9168ca
commit
188cee7382
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export default {
|
|||
await this.ping();
|
||||
|
||||
// wait a bit before running next ping
|
||||
await this.sleep(500);
|
||||
await this.sleep(1000);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue