Timothy Jaeryang Baek 4 months ago
parent
commit
9f9fb3403d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/layout/SearchModal.svelte

+ 1 - 1
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) {