chore(site): increase refetch interval for deployment health

This commit is contained in:
Kira Pilot
2023-10-06 20:02:42 +00:00
parent bfc53bc09f
commit 8e642be3fb
+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 (