diff --git a/src/lib/components/layout/SearchModal.svelte b/src/lib/components/layout/SearchModal.svelte index a5c41cb58..4a9d910dc 100644 --- a/src/lib/components/layout/SearchModal.svelte +++ b/src/lib/components/layout/SearchModal.svelte @@ -40,7 +40,7 @@ } else { searchDebounceTimeout = setTimeout(async () => { chatList = await getChatListBySearchText(localStorage.token, query, page); - }, 200); + }, 500); } if ((chatList ?? []).length === 0) {