further slow zip packaging progress display
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user