further slow zip packaging progress display
This commit is contained in:
@@ -477,7 +477,7 @@ export default function App() {
|
|||||||
try {
|
try {
|
||||||
const job = await apiRequest(`/api/job?id=${currentJob.id}`) as BackendJob;
|
const job = await apiRequest(`/api/job?id=${currentJob.id}`) as BackendJob;
|
||||||
if (!isActive) return;
|
if (!isActive) return;
|
||||||
const zipProgressStep = target === 'all' ? 0.8 : 4;
|
const zipProgressStep = target === 'all' ? 0.4 : 2;
|
||||||
const displayJob = job.status === 'running'
|
const displayJob = job.status === 'running'
|
||||||
? {
|
? {
|
||||||
...job,
|
...job,
|
||||||
|
|||||||
Reference in New Issue
Block a user