diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-10-24 23:54:13 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-10-24 23:54:13 +0200 |
commit | b1ef06ac929b878163befb7effa54aa13d6426e5 (patch) | |
tree | a0c2617bd49ea7bc3bd56ef265345f77a6d7e319 /Bugzilla/Config | |
parent | 650a2f9f5807536ee118ba031622bede7f4e1642 (diff) | |
download | bugzilla-b1ef06ac929b878163befb7effa54aa13d6426e5.tar.gz bugzilla-b1ef06ac929b878163befb7effa54aa13d6426e5.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.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', |