mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 09:43:13 +00:00
don't wait for stabilize
This commit is contained in:
parent
560383e882
commit
f2876e4e52
1 changed files with 1 additions and 5 deletions
|
|
@ -149,16 +149,12 @@ export default {
|
|||
|
||||
});
|
||||
|
||||
// hide loading once done
|
||||
this.network.on("stabilized", () => {
|
||||
this.isLoading = false;
|
||||
});
|
||||
|
||||
// update network
|
||||
await this.update();
|
||||
|
||||
// stabilise the network a bit after first load
|
||||
this.network.stabilize(100);
|
||||
this.isLoading = false;
|
||||
|
||||
// auto update network
|
||||
setInterval(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue