Files
Docker/Voltaserve/ui/src/client/options.ts
2024-04-17 20:22:30 +02:00

8 lines
124 B
TypeScript

export const REFRESH_INTERVAL = 5000
export function swrConfig() {
return {
refreshInterval: REFRESH_INTERVAL,
}
}