fix: v0.0.49 - skip TPS calc on first poll when max is 0

- When generateMaxDecoded is 0 (new session), don't calculate TPS
- Prevents huge dt from stale generateStartAt
This commit is contained in:
Troed Sångberg
2026-06-13 23:30:25 +02:00
parent c299f430ac
commit 66fe076f29
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@troed/oc-ls-stats",
"version": "0.0.48",
"version": "0.0.49",
"type": "module",
"exports": {
"./tui": {