From 7fa64efc7b84abd70826dc93e30cdce47370c15e Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sat, 17 Jan 2026 13:12:45 -0700 Subject: [PATCH] Update ProgressSyncer.tsx --- src/stores/progress/ProgressSyncer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/progress/ProgressSyncer.tsx b/src/stores/progress/ProgressSyncer.tsx index 7fc56288..5c71409f 100644 --- a/src/stores/progress/ProgressSyncer.tsx +++ b/src/stores/progress/ProgressSyncer.tsx @@ -9,7 +9,7 @@ import { useBackendUrl } from "@/hooks/auth/useBackendUrl"; import { AccountWithToken, useAuthStore } from "@/stores/auth"; import { ProgressUpdateItem, useProgressStore } from "@/stores/progress"; -const syncIntervalMs = 10 * 1000; // 10 second intervals +const syncIntervalMs = 20 * 1000; // 20 second intervals async function syncProgress( items: ProgressUpdateItem[],