mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore(site): increase refetch interval for deployment health
This commit is contained in:
@@ -32,7 +32,7 @@ export default function HealthPage() {
|
||||
const { data: healthStatus } = useQuery({
|
||||
queryKey: ["health"],
|
||||
queryFn: () => getHealth(),
|
||||
refetchInterval: 10_000,
|
||||
refetchInterval: 120_000,
|
||||
});
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user