up the timeout even more on search autocomplete
This commit is contained in:
parent
37b29ac3e0
commit
3118f7a019
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
searchInputName: searchForm.find("input[type='search']").attr("name"),
|
||||
options: {
|
||||
cacheLength : 15,
|
||||
delay : 200,
|
||||
delay : 800,
|
||||
extraParams : {limit : 4},
|
||||
formatItem : self.formatItem,
|
||||
formatResult : self.formatResult,
|
||||
|
|
|
|||
Loading…
Reference in a new issue