mirror of
https://github.com/prymitive/karma
synced 2026-05-13 03:56:59 +00:00
If internal autocomplete index doesn't have 12 elemts (UI limit) query remote
This commit is contained in:
@@ -13,7 +13,8 @@ var Autocomplete = (function() {
|
||||
wildcard: '%QUERY',
|
||||
rateLimitBy: 'throttle',
|
||||
rateLimitWait: 300
|
||||
}
|
||||
},
|
||||
sufficient: 12
|
||||
});
|
||||
autocomplete.initialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user