mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-29 06:38:42 +00:00
Increase sync progress intervals to 10s
From 5s
This commit is contained in:
parent
c460c15966
commit
f8afa2c501
1 changed files with 1 additions and 1 deletions
|
|
@ -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[],
|
||||
|
|
|
|||
Loading…
Reference in a new issue