summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-10-24 23:58:34 +0200
committerDavid Lawrence <dlawrence@mozilla.com>2011-10-24 23:58:34 +0200
commit0074477c0f3d0e78b71ec866526c65c99f0a5c82 (patch)
tree477bb6d3519151b1ad3c9e57ca3e6430f56b8e3f /Bugzilla/Config
parentd47f6057e0257b3282ff25a144b9ef36ec741012 (diff)
downloadbugzilla-0074477c0f3d0e78b71ec866526c65c99f0a5c82.tar.gz
bugzilla-0074477c0f3d0e78b71ec866526c65c99f0a5c82.tar.xz
Bug 685552 - Email auto-completion causes server to thrash
r/a=mkanat
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/UserMatch.pm6
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',