fix: restore vcrReplayFromTs fetch limit to 10000 — 2000 caused rubber banding on scrub

This commit is contained in:
you
2026-03-19 21:30:01 +00:00
parent 54cf3a585d
commit 43f1641f75
+1 -1
View File
@@ -121,7 +121,7 @@
loadNodes(targetTs);
// Fetch ALL packets from scrub point to now (no limit, no until)
fetch(`/api/packets?limit=2000&grouped=false&since=${encodeURIComponent(fetchFrom)}`)
fetch(`/api/packets?limit=10000&grouped=false&since=${encodeURIComponent(fetchFrom)}`)
.then(r => r.json())
.then(data => {
const pkts = (data.packets || []).reverse(); // chronological order