mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
limit nomadnetwork announces list to 500 recent nodes
This commit is contained in:
parent
4734e62468
commit
64adad27f8
1 changed files with 1 additions and 0 deletions
|
|
@ -413,6 +413,7 @@ export default {
|
|||
const response = await window.axios.get(`/api/v1/announces`, {
|
||||
params: {
|
||||
aspect: "nomadnetwork.node",
|
||||
limit: 500, // limit ui to showing 500 latest announces
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue