mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 00:13:53 +00:00
7 lines
232 B
TypeScript
7 lines
232 B
TypeScript
export const tooltipDelaySlow = 1000;
|
|
export const tooltipDelayMid = 500;
|
|
export const tooltipDelayFast = 300;
|
|
|
|
export const queryRefetchInterval = 60000; // 60 seconds
|
|
export const queryRefetchIntervalSlow = 120000; // 120 seconds
|