Skip to content

Commit

Permalink
Reduce another default limit
Browse files Browse the repository at this point in the history
  • Loading branch information
cayb0rg committed Jan 31, 2024
1 parent d735b60 commit 6e1bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/app/classes/materia/widget/instance/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public static function get_paginated_instance_search(string $input, $page_number
*
* @return array of widget instances related to the given input
*/
public static function get_widget_instance_search(string $input, int $offset = 0, int $limit = 2147483647): array
public static function get_widget_instance_search(string $input, int $offset = 0, int $limit = 80): array
{
$results = \DB::select()
->from('widget_instance')
Expand Down

0 comments on commit 6e1bf19

Please sign in to comment.