diff --git a/WebSite/src/App.tsx b/WebSite/src/App.tsx index 9f31b0b..28813d1 100644 --- a/WebSite/src/App.tsx +++ b/WebSite/src/App.tsx @@ -477,7 +477,7 @@ export default function App() { try { const job = await apiRequest(`/api/job?id=${currentJob.id}`) as BackendJob; if (!isActive) return; - const zipProgressStep = target === 'all' ? 0.8 : 4; + const zipProgressStep = target === 'all' ? 0.4 : 2; const displayJob = job.status === 'running' ? { ...job,