Jacky Zhao
2022-10-25 9b72edcd9cce10d6064e4e8b2f61b7db2966515d
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)