fix: TDR 2 Minuten eingestellt laut eingaben

This commit is contained in:
ISA
2025-09-08 13:28:59 +02:00
parent eb0585072d
commit fab8a02ce9
7 changed files with 14 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ export default function SlotActivityOverlay({
// Durations
const LOOP_MS = 2 * 60 * 1000; // ~2 min
const TDR_MS = 30 * 1000; // ~30 s
const TDR_MS = 120 * 1000; // ~30 s
const ALIGN_MS = 10 * 60 * 1000; // ~10 min
if (!loopActive && !tdrActive && !comparisonActive) return null;