Skip to content

Commit

Permalink
[Fleet] Fix max agent for agent activity (#176081)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Feb 1, 2024
1 parent e896ae7 commit 9872b70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const FlyoutFooterWPadding = styled(EuiFlyoutFooter)`
padding: 16px 24px !important;
`;

const MAX_VIEW_AGENTS_COUNT = 2000;
const MAX_VIEW_AGENTS_COUNT = 1000;

export const AgentActivityFlyout: React.FunctionComponent<{
onClose: () => void;
Expand Down

0 comments on commit 9872b70

Please sign in to comment.