Update ProgressSyncer.tsx

This commit is contained in:
Pas 2026-01-17 13:12:45 -07:00
parent 310a7839ef
commit 7fa64efc7b

View file

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