diff --git a/src/modules/04_system/stores/main.ts b/src/modules/04_system/stores/main.ts index 4c3fae9d..57682bf5 100644 --- a/src/modules/04_system/stores/main.ts +++ b/src/modules/04_system/stores/main.ts @@ -110,7 +110,7 @@ export const useDataStore = defineStore("systemStore", () => { setTimeout(async () => { backupRunningList(); - }, 1000); + }, 3000); if (prevBackupRunTotal.value !== backupRunTotal.value) { res.data.forEach((item) => { @@ -149,7 +149,7 @@ export const useDataStore = defineStore("systemStore", () => { setTimeout(async () => { restoreRunningList(); - }, 1000); + }, 3000); if (prevRestoreRunTotal.value !== restoreRunTotal.value) { for (const [key, value] of Object.entries(recordRestore.value)) {