diff --git a/app/hooks/common.ts b/app/hooks/common.ts index cc9bc85bf..3fae3293c 100644 --- a/app/hooks/common.ts +++ b/app/hooks/common.ts @@ -107,7 +107,7 @@ export function usePolling(pollingActive = true) { const data = useLoaderData(); const navigate = useNavigate(); - const INTERVAL = 30_000; // 30 seconds + const INTERVAL = 20_000; // 20 seconds React.useEffect(() => { if (!pollingActive) return;