From 4fe99cddce470ab729f4daf7036cfa561a4e124a Mon Sep 17 00:00:00 2001 From: fullex <106392080+0xfullex@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:01:02 +0800 Subject: [PATCH] fix: should give more time to init autosync (#5219) --- src/renderer/src/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/init.ts b/src/renderer/src/init.ts index 69317241..74665347 100644 --- a/src/renderer/src/init.ts +++ b/src/renderer/src/init.ts @@ -28,7 +28,7 @@ function initAutoSync() { if (nutstoreAutoSync) { startNutstoreAutoSync() } - }, 2000) + }, 8000) } export function initSentry() {