up the timeout even more on search autocomplete

This commit is contained in:
danielgrippi 2011-10-31 18:55:20 -07:00
parent 37b29ac3e0
commit 3118f7a019

View file

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