perf(ui): enforce 750 ms live update cadence

Use one 750 ms interval for running download snapshots, progress updates, the bandwidth chart, and the header speed sparkline across every queue size. Remove the extra active-download renderer delay and add timing regressions for small, medium, and large queues.
This commit is contained in:
Sucukdeluxe
2026-08-20 05:23:59 +02:00
parent 08f017e8c4
commit 10528a2696
5 changed files with 59 additions and 21 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ describe("bandwidth chart palette", () => {
expect(chartBlock).toContain('role="img"');
expect(chartBlock).toContain('aria-label="Bandbreitenverlauf der letzten 60 Sekunden"');
expect(chartBlock).toContain('window.matchMedia("(prefers-reduced-motion: reduce)")');
expect(chartBlock).toContain("reducedMotion ? 1000 : 500");
expect(chartBlock).toContain("reducedMotion ? 1000 : 750");
});
it("asks for confirmation before deleting all saved download statistics", () => {