Fixed sonde climb rate and TTL

This commit is contained in:
2026-09-14 08:43:46 -04:00
parent 9f65318aee
commit 6e21a8626c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import SondePopup from '@/components/WeatherBalloon.vue';
import {bringToFront} from './zindex';
const API = BASE + '/api';
const SONDE_STALE_TTL = 60_000;
const SONDE_STALE_TTL = 60_000 * 5;
interface SondeReading {
timestamp: number;