mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-05 04:19:02 +08:00
fix: should give more time to init autosync (#5219)
This commit is contained in:
parent
a84763def6
commit
4fe99cddce
@ -28,7 +28,7 @@ function initAutoSync() {
|
|||||||
if (nutstoreAutoSync) {
|
if (nutstoreAutoSync) {
|
||||||
startNutstoreAutoSync()
|
startNutstoreAutoSync()
|
||||||
}
|
}
|
||||||
}, 2000)
|
}, 8000)
|
||||||
}
|
}
|
||||||
|
|
||||||
export function initSentry() {
|
export function initSentry() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user