limit nomadnetwork announces list to 500 recent nodes

This commit is contained in:
liamcottle 2025-07-25 23:22:56 +12:00
commit 64adad27f8

View file

@ -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
},
});