Skip to content

Commit

Permalink
[Profiling] Show Top 1000 functions (elastic#142391) (elastic#142590)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit 8be7668)

Co-authored-by: Tim Rühsen <[email protected]>
  • Loading branch information
kibanamachine and rockdaboot authored Oct 4, 2022
1 parent 0f4073b commit 9c10e55
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 9c10e55

Please sign in to comment.