From 0074477c0f3d0e78b71ec866526c65c99f0a5c82 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 24 Oct 2011 17:58:34 -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') 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