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"), searchInputName: searchForm.find("input[type='search']").attr("name"),
options: { options: {
cacheLength : 15, cacheLength : 15,
delay : 100, delay : 200,
extraParams : {limit : 4}, extraParams : {limit : 4},
formatItem : self.formatItem, formatItem : self.formatItem,
formatResult : self.formatResult, formatResult : self.formatResult,