mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
refactor: refetch on change
This commit is contained in:
committed by
Carlos Valente
parent
7b932ef0f7
commit
0abaf7724d
@@ -2,5 +2,5 @@ export const tooltipDelaySlow = 1000;
|
||||
export const tooltipDelayMid = 500;
|
||||
export const tooltipDelayFast = 300;
|
||||
|
||||
export const queryRefetchInterval = 10000;
|
||||
export const queryRefetchIntervalSlow = 30000;
|
||||
export const queryRefetchInterval = 10000; // 10 seconds
|
||||
export const queryRefetchIntervalSlow = 30000; // 30 seconds
|
||||
|
||||
Reference in New Issue
Block a user