Charles Chamberlain
2022-10-16 3409a49f156263aa36ca866e0d2b0b16645c2162
assets/js/semantic-search.js
@@ -15,7 +15,7 @@
  return (await response.json());
}
function debounce(func, timeout = 300) {
function debounce(func, timeout = 200) {
  let timer;
  return (...args) => {
    clearTimeout(timer)