From b1ef06ac929b878163befb7effa54aa13d6426e5 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 24 Oct 2011 17:54:13 -0400 Subject: Bug 685552 - Email auto-completion causes server to thrash r/a=mkanat --- Bugzilla/Config/UserMatch.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Config/UserMatch.pm') 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 @@ -46,6 +46,12 @@ sub get_param_list { default => '0' }, + { + name => 'ajax_user_autocompletion', + type => 'b', + default => '1', + }, + { name => 'maxusermatches', type => 't', -- cgit v1.2.3-24-g4f1b