二期:延长本地同步自动计时速率
This commit is contained in:
parent
82456a7f96
commit
528e7876a9
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue