Commit d675b3e8 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'iamphill-master-patch-68477' into 'master'

Increase the debounce of Issue Suggestions

See merge request gitlab-org/gitlab-ce!23721
parents 21553950 8bf4e6a9
...@@ -27,7 +27,7 @@ export default { ...@@ -27,7 +27,7 @@ export default {
apollo: { apollo: {
issues: { issues: {
query, query,
debounce: 250, debounce: 1000,
skip() { skip() {
return this.isSearchEmpty; 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