limit nomadnetwork announces list to 500 recent nodes
This commit is contained in:
@@ -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
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user