pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update ProgressSyncer.tsx

Pas 7fa64efc 310a7839

+1 -1
+1 -1
src/stores/progress/ProgressSyncer.tsx
··· 9 9 import { AccountWithToken, useAuthStore } from "@/stores/auth"; 10 10 import { ProgressUpdateItem, useProgressStore } from "@/stores/progress"; 11 11 12 - const syncIntervalMs = 10 * 1000; // 10 second intervals 12 + const syncIntervalMs = 20 * 1000; // 20 second intervals 13 13 14 14 async function syncProgress( 15 15 items: ProgressUpdateItem[],