Multi-Hoster-Upload/tasks
Administrator f3b1c25d8b perf(queue): halve sync work on retry of many jobs
retrySelectedJobs() was calling renderQueueTable + updateQueueActionButtons
+ updateStatusBar and then immediately awaiting startSelectedUpload(),
which runs the exact same trio right after. At 500+ failed jobs the
double render/sort/button-refresh freezes the UI for several seconds
after clicking "Erneut versuchen".

Drop the outer render trio — startSelectedUpload's one is enough. The
inner call sees the freshly-mutated job state in the same tick, so the
visible result is identical with half the work.
2026-04-21 16:14:58 +02:00
..
lessons.md perf(queue): halve sync work on retry of many jobs 2026-04-21 16:14:58 +02:00
todo.md perf(queue): halve sync work on retry of many jobs 2026-04-21 16:14:58 +02:00