mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
fix: should give more time to init autosync (#5219)
This commit is contained in:
parent
350422616b
commit
12625354b2
@ -28,7 +28,7 @@ function initAutoSync() {
|
||||
if (nutstoreAutoSync) {
|
||||
startNutstoreAutoSync()
|
||||
}
|
||||
}, 2000)
|
||||
}, 8000)
|
||||
}
|
||||
|
||||
export function initSentry() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user