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 efc5c76 commit 223f764Copy full SHA for 223f764
src/workspace.rs
@@ -174,7 +174,7 @@ impl Workspace {
174
});
175
let credentials = worskspace_client.access_buffer(request).await?.into_inner();
176
177
- let (tx, rx) = mpsc::channel(1);
+ let (tx, rx) = mpsc::channel(256);
178
let mut req = tonic::Request::new(tokio_stream::wrappers::ReceiverStream::new(rx));
179
req.metadata_mut().insert(
180
"buffer",
0 commit comments