Skip to content

Commit

Permalink
remove stray debug timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinPostma committed Oct 4, 2024
1 parent e110689 commit 961ecb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libsql-server/src/rpc/streaming_exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ where
}
},
Some(res) = recv.recv() => {
tokio::time::sleep(tokio::time::Duration::from_millis(100)).await;
yield Ok(res);
},
(ret, request_id) = &mut current_request_fut => {
Expand Down

0 comments on commit 961ecb8

Please sign in to comment.