[Perl] DAQ system for the FAPG.
fix increase probe offline threshold to 5 minutes
OFFLINE_AFTER_MS was 2 minutes which is too aggressive for probes that report every 1-2 minutes — any slight delay showed them as 'Unreachable'. Raised to 5 minutes to accommodate normal jitter.
roles/dashboard/public/js/dashboard/constants.js
@@ -1,4 +1,4 @@
1
Removed:
export const OFFLINE_AFTER_MS = 2 * 60 * 1000;
1
Added:
export const OFFLINE_AFTER_MS = 5 * 60 * 1000;
2
2
export const DASHBOARD_REFRESH_MS = 30 * 1000;
3
3
export const DEFAULT_TIMEFRAME = "day";
4
4
export const TIMEFRAMES = {