Move `SearchProject` to the background

Antonio Scandurra , Max Brunsfeld , and Nathan Sobo created

Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Change summary

crates/rpc/src/proto.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

crates/rpc/src/proto.rs 🔗

@@ -190,8 +190,8 @@ messages!(
     (RegisterWorktree, Foreground),
     (RemoveProjectCollaborator, Foreground),
     (SaveBuffer, Foreground),
-    (SearchProject, Foreground),
-    (SearchProjectResponse, Foreground),
+    (SearchProject, Background),
+    (SearchProjectResponse, Background),
     (SendChannelMessage, Foreground),
     (SendChannelMessageResponse, Foreground),
     (ShareProject, Foreground),