mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-30 04:11:58 +00:00
remove timeout
This commit is contained in:
@@ -112,7 +112,6 @@ pub async fn call_remote_http(
|
|||||||
body = serde_json::to_vec(&rpc_req)?;
|
body = serde_json::to_vec(&rpc_req)?;
|
||||||
}
|
}
|
||||||
let res = req
|
let res = req
|
||||||
.timeout(Duration::from_secs(30))
|
|
||||||
.header("content-length", body.len())
|
.header("content-length", body.len())
|
||||||
.body(body)
|
.body(body)
|
||||||
.send()
|
.send()
|
||||||
|
|||||||
Reference in New Issue
Block a user