Skip to content

Commit 7c22748

Browse files
committed
Remove debounce
1 parent 0654c52 commit 7c22748

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/app/tile.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,6 @@ fn handle_file_search() -> impl futures::Stream<Item = Message> {
467467
if receiver.changed().await.is_err() {
468468
return;
469469
}
470-
471-
// Debounce: wait 100ms then take the latest value.
472-
tokio::time::sleep(Duration::from_millis(100)).await;
473470
receiver.borrow_and_update();
474471

475472
// Kill previous mdfind if still running.

0 commit comments

Comments
 (0)