We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fdae6 commit a4a4bb2Copy full SHA for a4a4bb2
site/src/modules/resources/useAgentContainers.ts
@@ -19,7 +19,7 @@ export function useAgentContainers(
19
queryFn: () => API.getAgentContainers(agent.id),
20
enabled: agent.status === "connected",
21
select: (res) => res.devcontainers,
22
- staleTime: Infinity,
+ staleTime: Number.POSITIVE_INFINITY,
23
});
24
25
const updateDevcontainersCache = useEffectEvent(
0 commit comments