mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
don't provide stabilize iteration count
This commit is contained in:
parent
9e4380bcd4
commit
c32f111a08
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ export default {
|
|||
await this.update();
|
||||
|
||||
// stabilise the network a bit after first load
|
||||
this.network.stabilize(100);
|
||||
this.network.stabilize();
|
||||
this.isLoading = false;
|
||||
|
||||
// auto update network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue