Skip to content

Commit 1aa3788

Browse files
authored
Merge pull request #1773 from tursodatabase/remove-debug-timeout
remove debug timeout
2 parents e110689 + 961ecb8 commit 1aa3788

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libsql-server/src/rpc/streaming_exec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ where
148148
}
149149
},
150150
Some(res) = recv.recv() => {
151-
tokio::time::sleep(tokio::time::Duration::from_millis(100)).await;
152151
yield Ok(res);
153152
},
154153
(ret, request_id) = &mut current_request_fut => {

0 commit comments

Comments
 (0)