Skip to content
Snippets Groups Projects
Commit 8bf4e6a9 authored by Phil Hughes's avatar Phil Hughes
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,7 +27,7 @@ export default {
apollo: {
issues: {
query,
debounce: 250,
debounce: 1000,
skip() {
return this.isSearchEmpty;
},
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment