limit nomadnetwork announces list to 500 recent nodes

This commit is contained in:
liamcottle
2025-07-25 23:22:56 +12:00
parent 4734e62468
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
},
});