diff options
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Query.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm index 3513b12e3..17a74998e 100644 --- a/Bugzilla/Config/Query.pm +++ b/Bugzilla/Config/Query.pm @@ -74,6 +74,13 @@ sub get_param_list { }, { + name => 'default_search_limit', + type => 't', + default => '500', + checker => \&check_numeric + }, + + { name => 'max_search_results', type => 't', default => '10000', |