We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0654c52 commit 7c22748Copy full SHA for 7c22748
1 file changed
src/app/tile.rs
@@ -467,9 +467,6 @@ fn handle_file_search() -> impl futures::Stream<Item = Message> {
467
if receiver.changed().await.is_err() {
468
return;
469
}
470
-
471
- // Debounce: wait 100ms then take the latest value.
472
- tokio::time::sleep(Duration::from_millis(100)).await;
473
receiver.borrow_and_update();
474
475
// Kill previous mdfind if still running.
0 commit comments