From 513e838482a5fce6ab7ad6c4937f49089abd46d3 Mon Sep 17 00:00:00 2001 From: MrZYX <pr0fkill@gmail.com> Date: Sat, 2 Apr 2011 14:42:50 +0200 Subject: [PATCH] do not stress the server too much --- app/views/profiles/_edit_public.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profiles/_edit_public.html.haml b/app/views/profiles/_edit_public.html.haml index bad8450f65..8502614267 100644 --- a/app/views/profiles/_edit_public.html.haml +++ b/app/views/profiles/_edit_public.html.haml @@ -20,7 +20,7 @@ retriveLimit: 10, selectionLimit: 5, minChars: 2, - keyDelay: 0, + keyDelay: 200, startText: "#{t('profiles.edit.your_tags_placeholder')}", emptyText: "#{t('no_results')}", preFill: data -- GitLab