Skip to content

Commit 2d88b25

Browse files
authored
fix: regenerate ICO with proper sizes & increase connection timeout (#123)
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent bd06386 commit 2d88b25

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

-216 KB
Binary file not shown.

crates/mcpmux-gateway/src/pool/connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use super::transport::{
2424
};
2525

2626
/// Default connection timeout
27-
const DEFAULT_CONNECT_TIMEOUT: Duration = Duration::from_secs(30);
27+
const DEFAULT_CONNECT_TIMEOUT: Duration = Duration::from_secs(60);
2828

2929
/// Result of a connection attempt
3030
#[derive(Debug)]

0 commit comments

Comments
 (0)