From 0d66f59798ac684c208e72f39eff9172b302c450 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Mon, 18 Aug 2025 02:57:02 -0500 Subject: [PATCH] restore progress update event interval --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index ea226a0e..1e3f6b53 100644 --- a/App.tsx +++ b/App.tsx @@ -59,7 +59,7 @@ export default function App(): React.JSX.Element { capabilities: CAPABILITIES, notificationCapabilities: CAPABILITIES, // Reduced interval for smoother progress tracking and earlier prefetch detection - progressUpdateEventInterval: 10, + progressUpdateEventInterval: 5, }), ) .finally(() => {