From 74426968ccad8459d2615bd71db5339e342d249a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 30 Sep 2022 18:41:27 +0200 Subject: [PATCH] [Profiling] Show Top 1000 functions --- x-pack/plugins/profiling/public/components/topn_functions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/profiling/public/components/topn_functions.tsx b/x-pack/plugins/profiling/public/components/topn_functions.tsx index 3ad540983d903..4d8522913a245 100644 --- a/x-pack/plugins/profiling/public/components/topn_functions.tsx +++ b/x-pack/plugins/profiling/public/components/topn_functions.tsx @@ -219,7 +219,7 @@ export const TopNFunctionsTable = ({ : row[sortField]; }, [sortDirection] - ).slice(0, 100); + ); return ( <>