From 26798ca14087b0c2173a8adcb851c71d4c2c4616 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 14 Apr 2025 22:16:54 -0500 Subject: [PATCH] refactor(lots): changed the way the time looks --- frontend/src/utils/querys/production/lots.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }); }