DongDong Chen
2022-09-14 8e3042df4901885b051300c5ae2131bdcc613a57
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)