diff --git a/public/app/features/correlations/CorrelationsPageWrapper.tsx b/public/app/features/correlations/CorrelationsPageWrapper.tsx index a06c3609fc7..32a81e4ec1e 100644 --- a/public/app/features/correlations/CorrelationsPageWrapper.tsx +++ b/public/app/features/correlations/CorrelationsPageWrapper.tsx @@ -24,7 +24,7 @@ export function CorrelationsPageLegacy() { function CorrelationsPageAppPlatform() { const [page, setPage] = useState(1); let totalItems = useRef(0); - const limit = 10; + const limit = 100; const { currentData, isLoading, error, remainingItems, doesContinue } = useCorrelationsK8s(limit, page); const [deleteCorrelation] = useDeleteCorrelationMutation(); if (page === 1) {