refactor(lots): changed the way the time looks

This commit is contained in:
2025-04-14 22:16:54 -05:00
parent 2d39f93e42
commit 26798ca140

View File

@@ -7,7 +7,7 @@ export function getlots() {
queryFn: () => fetchSettings(),
staleTime: 10 * 1000,
refetchInterval: 10 * 1000,
refetchInterval: 1000 * 10,
refetchOnWindowFocus: true,
});
}