Skip to content

Commit

Permalink
Update to keep the slowest 1000 profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanheywood committed Oct 12, 2023
1 parent 35cf86a commit edbe3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function ($v) {
'tool_excimer/num_slowest',
get_string('num_slowest', 'tool_excimer'),
get_string('num_slowest_desc', 'tool_excimer'),
'100',
'1000',
PARAM_INT
);
$item->set_updatedcallback($clearprofiletimingscachecallback);
Expand Down

0 comments on commit edbe3f8

Please sign in to comment.