Skip to content

Commit

Permalink
shorter debounce
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jan 9, 2019
1 parent 3998cd9 commit bb6a6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicero/static/search/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
created: function() {
// https://lodash.com/docs#debounce
this.debounced_load_repos = _.debounce(this.load_repos, 500)
this.debounced_load_repos = _.debounce(this.load_repos, 350)
},
methods: {
load_repos: function() {
Expand Down

0 comments on commit bb6a6e5

Please sign in to comment.