fix: should give more time to init autosync (#5219)

This commit is contained in:
fullex 2025-04-23 16:01:02 +08:00 committed by GitHub
parent a84763def6
commit 4fe99cddce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ function initAutoSync() {
if (nutstoreAutoSync) { if (nutstoreAutoSync) {
startNutstoreAutoSync() startNutstoreAutoSync()
} }
}, 2000) }, 8000)
} }
export function initSentry() { export function initSentry() {