Up config query to 5 min

This commit is contained in:
Eric Bailey
2024-12-17 13:58:09 -06:00
parent 37a4afb431
commit e84953d58d
+1 -1
View File
@@ -12,7 +12,7 @@ export function useServiceConfigQuery() {
const agent = useAgent()
return useQuery<ServiceConfig>({
refetchOnWindowFocus: true,
staleTime: STALE.MINUTES.ONE,
staleTime: STALE.MINUTES.FIVE,
queryKey: ['service-config'],
queryFn: async () => {
try {