mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 23:43:57 +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
|