Skip to content

Commit 791fa85

Browse files
committed
Remove HTTP client timeout setting in NetworkManager initialization
1 parent 2ad862d commit 791fa85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/network/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ pub struct AppInfo {
6363
impl NetworkManager {
6464
pub fn new() -> Self {
6565
let client = Client::builder()
66-
.timeout(Duration::from_secs(10))
6766
.build()
6867
.expect("Failed to create HTTP client");
6968

0 commit comments

Comments
 (0)