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.

Increase sync progress intervals to 10s

From 5s

authored by

Pas and committed by
GitHub
f8afa2c5 c460c159

+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 = 5 * 1000; 12 + const syncIntervalMs = 10 * 1000; // 10 second intervals 13 13 14 14 async function syncProgress( 15 15 items: ProgressUpdateItem[],