Skip to content

Commit

Permalink
Merge pull request tursodatabase#1773 from tursodatabase/remove-debug…
Browse files Browse the repository at this point in the history
…-timeout

remove debug timeout
  • Loading branch information
MarinPostma authored Oct 4, 2024
2 parents e110689 + 961ecb8 commit 1aa3788
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 1aa3788

Please sign in to comment.