aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-05-17 12:39:16 +1000
committerTerry Truong <terry06890@gmail.com>2022-05-17 12:39:16 +1000
commit992853eeac9ace9f6eb4332516a8ba6ff7545deb (patch)
tree854514e3473d050cdc18aa1c2393c6ec934d56db /src/components
parent1b2579843c6ed60f00930fcff50849f4e5d3a833 (diff)
Make reduced tree generation check non-alt-names
Diffstat (limited to 'src/components')
-rw-r--r--src/components/SearchModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SearchModal.vue b/src/components/SearchModal.vue
index e78a2f1..f86590b 100644
--- a/src/components/SearchModal.vue
+++ b/src/components/SearchModal.vue
@@ -101,7 +101,7 @@ export default defineComponent({
let reqDelay = 0;
if (this.pendingSearchSuggReq != 0){
clearTimeout(this.pendingSearchSuggReq);
- reqDelay = 500;
+ reqDelay = 300;
}
this.pendingSearchSuggReq = setTimeout(() =>
fetch(url.toString())