Skip to content

Commit

Permalink
Reduce minimum execution time limit to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Carlos Rodríguez-del-Pino committed Oct 29, 2024
1 parent 913dd64 commit ca8c7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ function vpl_get_select_time($maximum = null) {
if ($maximum <= 0) {
return $ret;
}
$value = 4;
$value = 1;
if ($maximum < $value) {
$value = $maximum;
}
Expand Down

0 comments on commit ca8c7bf

Please sign in to comment.