This commit is contained in:
Fine 2022-08-23 11:54:26 +08:00
parent af31f96f94
commit 8e7f8f0d80

View File

@ -189,7 +189,7 @@ async function enableInterval() {
return ElMessage.error(res.errors);
}
if (networkProfilingStore.aliveNetwork) {
intervalFn.value = setInterval(getTopology, 6000);
intervalFn.value = setInterval(getTopology, 60000);
}
}
async function fetchTasks() {