mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 18:45:23 +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);
|
||||
}
|
||||
if (networkProfilingStore.aliveNetwork) {
|
||||
intervalFn.value = setInterval(getTopology, 6000);
|
||||
intervalFn.value = setInterval(getTopology, 60000);
|
||||
}
|
||||
}
|
||||
async function fetchTasks() {
|
||||
|
Loading…
Reference in New Issue
Block a user