mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 02:11:56 +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)?;
|
||||
}
|
||||
let res = req
|
||||
.timeout(Duration::from_secs(30))
|
||||
.header("content-length", body.len())
|
||||
.body(body)
|
||||
.send()
|
||||
|
||||
Reference in New Issue
Block a user