mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 20:45:24 +00:00
set time
This commit is contained in:
parent
af31f96f94
commit
8e7f8f0d80
@ -189,7 +189,7 @@ async function enableInterval() {
|
|||||||
return ElMessage.error(res.errors);
|
return ElMessage.error(res.errors);
|
||||||
}
|
}
|
||||||
if (networkProfilingStore.aliveNetwork) {
|
if (networkProfilingStore.aliveNetwork) {
|
||||||
intervalFn.value = setInterval(getTopology, 6000);
|
intervalFn.value = setInterval(getTopology, 60000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
async function fetchTasks() {
|
async function fetchTasks() {
|
||||||
|
Loading…
Reference in New Issue
Block a user