Fixed sonde climb rate and TTL
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user