Commit 8bf4e6a9 authored by Phil Hughes's avatar Phil Hughes

Increase the debounce of Issue Suggestions

This increases the debounce for issue suggestions requests to `1000ms`.
This is to reduce the number of requests that we send.
parent 85f430cb
......@@ -27,7 +27,7 @@ export default {
apollo: {
issues: {
query,
debounce: 250,
debounce: 1000,
skip() {
return this.isSearchEmpty;
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment