Jacky Zhao
2022-10-25 8704edcca2f14c8662affa5a730083949f3f5749
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)