Skip to content

Commit 223f764

Browse files
committed
fix: put back outbound queue
1 parent efc5c76 commit 223f764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workspace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ impl Workspace {
174174
});
175175
let credentials = worskspace_client.access_buffer(request).await?.into_inner();
176176

177-
let (tx, rx) = mpsc::channel(1);
177+
let (tx, rx) = mpsc::channel(256);
178178
let mut req = tonic::Request::new(tokio_stream::wrappers::ReceiverStream::new(rx));
179179
req.metadata_mut().insert(
180180
"buffer",

0 commit comments

Comments
 (0)