Jacky Zhao
2022-09-12 2145e92b004909070bd4a20d0f9fd1c0ddc70756
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)