refactor(inventory card): change to 15min check

This commit is contained in:
2025-04-14 22:16:37 -05:00
parent 917090eaa9
commit 2d39f93e42

View File

@@ -7,7 +7,7 @@ export function getinventoryCheck(data: any) {
queryFn: () => fetchStockSilo(data),
//enabled:
staleTime: 1000,
refetchInterval: 60 * 1000,
refetchInterval: 1000 * 60 * 15,
refetchOnWindowFocus: true,
});
}