mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 16:03:52 +00:00
7 lines
230 B
TypeScript
7 lines
230 B
TypeScript
export const tooltipDelaySlow = 1000;
|
|
export const tooltipDelayMid = 500;
|
|
export const tooltipDelayFast = 300;
|
|
|
|
export const queryRefetchInterval = 10000; // 10 seconds
|
|
export const queryRefetchIntervalSlow = 30000; // 30 seconds
|