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 350422616b
commit 12625354b2

View File

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