double the delay for search

This commit is contained in:
danielgrippi 2011-10-31 17:36:06 -07:00
parent 0a909d6475
commit 3845010be6

View file

@ -10,7 +10,7 @@
searchInputName: searchForm.find("input[type='search']").attr("name"),
options: {
cacheLength : 15,
delay : 100,
delay : 200,
extraParams : {limit : 4},
formatItem : self.formatItem,
formatResult : self.formatResult,