This commit is contained in:
VS-Code
2026-02-06 15:59:49 +01:00
parent c0ff8c2b2e
commit 192296cfca

View File

@@ -278,7 +278,7 @@
// Hier definierst du Zielwerte, Dauer und Nachkommastellen
animateValue("stat-users", 0, 2, 1000, 0);
animateValue("stat-procs", 0, 186, 1200, 0);
animateValue("stat-load", 0, 14.3, 1500, 2);
animateValue("stat-load", 0, 14.3, 1500, 1);
animateValue("stat-memory", 0, 18.2, 1500, 1);
animateValue("stat-disk", 0, 6, 1500, 0);
}