二期:延长本地同步自动计时速率

This commit is contained in:
朱浩 2024-08-07 11:12:18 +08:00
parent 82456a7f96
commit 528e7876a9
1 changed files with 2 additions and 2 deletions

View File

@ -77,10 +77,10 @@ export default async function ({ app, shell, BrowserWindow, ipcMain }) {
console.error('Error uploading file:', err) console.error('Error uploading file:', err)
} }
}) })
}, 5000) }, 20000)
} }
}) })
}, 1000) }, 10000)
}) })
function getFileMD5(path) { function getFileMD5(path) {