Skip to content

Commit

Permalink
[Profiling] Show Top 1000 functions (elastic#142391)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
2 people authored and WafaaNasr committed Oct 11, 2022
1 parent 47d20ec commit 58fd59b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const TopNFunctionsTable = ({
: row[sortField];
},
[sortDirection]
).slice(0, 100);
);

return (
<>
Expand Down

0 comments on commit 58fd59b

Please sign in to comment.