perf: slow live runtime polling
This commit is contained in:
parent
322c63ea8b
commit
5898fbeaa9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { useStore } from '@renderer/store';
|
|||
import { isTeamProvisioningActive, selectTeamDataForName } from '@renderer/store/slices/teamSlice';
|
||||
import { useShallow } from 'zustand/react/shallow';
|
||||
|
||||
const TEAM_AGENT_RUNTIME_REFRESH_MS = 5_000;
|
||||
const TEAM_AGENT_RUNTIME_REFRESH_MS = 10_000;
|
||||
|
||||
export function shouldWatchTeamAgentRuntime(input: {
|
||||
enabled: boolean;
|
||||
|
|
|
|||
Loading…
Reference in a new issue