try simplified event buffer with duration calculation on the fly instead

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-03-14 11:39:19 +01:00
parent 9c3c1458bb
commit 7a76b968ba
9 changed files with 269 additions and 789 deletions

View File

@@ -71,7 +71,8 @@
"noDangerouslySetInnerHtml": "off"
},
"complexity": {
"noForEach": "off"
"noForEach": "off",
"noExcessiveCognitiveComplexity": "off"
}
}
},