Adjust update loop tracing thresholds

This commit is contained in:
2026-04-28 18:02:23 +02:00
parent e4e31967f0
commit 7c1fdc4fba

View File

@@ -32,8 +32,8 @@ interface UpdateLoopSelection {
}
const TRACE_WINDOW_MS = 1000;
const TRACE_LABEL_THRESHOLD = 20;
const TRACE_TOTAL_THRESHOLD = 50;
const TRACE_LABEL_THRESHOLD = 10;
const TRACE_TOTAL_THRESHOLD = 30;
const TRACE_MAX_EVENTS = 250;
const TRACE_WARNING_THROTTLE_MS = 750;
const TRACE_PAYLOAD_STRING_LIMIT = 180;