diff --git a/games/static/js/search_select.js b/games/static/js/search_select.js index db0d16f..a384fb4 100644 --- a/games/static/js/search_select.js +++ b/games/static/js/search_select.js @@ -24,7 +24,7 @@ (function () { "use strict"; - var DEBOUNCE_MS = 500; + var DEBOUNCE_MS = 100; function initAll() { document.querySelectorAll("[data-search-select]").forEach(function (element) {