diff --git a/src/stores/progress/ProgressSyncer.tsx b/src/stores/progress/ProgressSyncer.tsx index 67aae877..d9980676 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 = 5 * 1000; +const syncIntervalMs = 10 * 1000; // 10 second intervals async function syncProgress( items: ProgressUpdateItem[],