diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-10-24 23:58:34 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-10-24 23:58:34 +0200 |
commit | 0074477c0f3d0e78b71ec866526c65c99f0a5c82 (patch) | |
tree | 477bb6d3519151b1ad3c9e57ca3e6430f56b8e3f /Bugzilla | |
parent | d47f6057e0257b3282ff25a144b9ef36ec741012 (diff) | |
download | bugzilla-0074477c0f3d0e78b71ec866526c65c99f0a5c82.tar.gz bugzilla-0074477c0f3d0e78b71ec866526c65c99f0a5c82.tar.xz |
Bug 685552 - Email auto-completion causes server to thrash
r/a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Config/UserMatch.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Config/UserMatch.pm b/Bugzilla/Config/UserMatch.pm index f97cfeab2..38d2cb05b 100644 --- a/Bugzilla/Config/UserMatch.pm +++ b/Bugzilla/Config/UserMatch.pm @@ -47,6 +47,12 @@ sub get_param_list { }, { + name => 'ajax_user_autocompletion', + type => 'b', + default => '1', + }, + + { name => 'maxusermatches', type => 't', default => '1000', |