RustImplementation #28

Merged
mysticmomba merged 37 commits from RustImplementation into master 2025-11-18 14:51:42 -05:00
Showing only changes of commit 07be104cae - Show all commits
+1 -1
View File
@@ -205,7 +205,7 @@ fn build_client(py: Python<'_>, py_self: &Py<PyAny>) -> Client {
Client::builder()
.danger_accept_invalid_certs(true)
.default_headers(header_map)
.timeout(std::time::Duration::from_secs(30))
.timeout(std::time::Duration::from_secs(120))
.build()
.unwrap()
}