chore(site): increase refetch interval for deployment health (#10117)

This commit is contained in:
Kira Pilot
2023-10-06 16:26:46 -04:00
committed by GitHub
parent 19dbf19177
commit da47ac87db
+1 -1
View File
@@ -32,7 +32,7 @@ export default function HealthPage() {
const { data: healthStatus } = useQuery({
queryKey: ["health"],
queryFn: () => getHealth(),
refetchInterval: 10_000,
refetchInterval: 120_000,
});
return (