feat: enhance flight tracker with GitHub stars display and improve reset view functionality; update trail history sampling rate

This commit is contained in:
Kewonit
2026-02-14 20:40:21 +05:30
parent 2c60861407
commit 1794a4b678
4 changed files with 92 additions and 12 deletions

View File

@ -13,7 +13,7 @@ export type TrailEntry = {
const MAX_POINTS = 40;
const JUMP_THRESHOLD_DEG = 0.3;
export const SAMPLES_PER_SEGMENT = 8;
export const SAMPLES_PER_SEGMENT = 16;
const HISTORICAL_BOOTSTRAP_POLLS = 3;
const HISTORICAL_BOOTSTRAP_STEP_SEC = 12;
const BOOTSTRAP_UPDATES = 3;