diff --git a/frontend/src/utils/querys/production/lots.tsx b/frontend/src/utils/querys/production/lots.tsx index df0c558..acfd3e8 100644 --- a/frontend/src/utils/querys/production/lots.tsx +++ b/frontend/src/utils/querys/production/lots.tsx @@ -7,7 +7,7 @@ export function getlots() { queryFn: () => fetchSettings(), staleTime: 10 * 1000, - refetchInterval: 10 * 1000, + refetchInterval: 1000 * 10, refetchOnWindowFocus: true, }); }