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[],