Skip to content

Commit 961ecb8

Browse files
committed
remove stray debug timeout
1 parent e110689 commit 961ecb8

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)