fix: 调整存储位置监控间隔时间,从3秒改为1秒,以提高监控响应速度
This commit is contained in:
parent
0ce15e11d2
commit
81055f7df2
@ -148,7 +148,7 @@ onMounted(async () => {
|
|||||||
await readScene();
|
await readScene();
|
||||||
await editor.value?.initRobots();
|
await editor.value?.initRobots();
|
||||||
await monitorScene();
|
await monitorScene();
|
||||||
storageLocationService.value?.startMonitoring({ interval: 3 });
|
storageLocationService.value?.startMonitoring({ interval: 1 });
|
||||||
// 自动保存和恢复视图状态
|
// 自动保存和恢复视图状态
|
||||||
await handleAutoSaveAndRestoreViewState();
|
await handleAutoSaveAndRestoreViewState();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user