Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified apps/desktop/src-tauri/icons/icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion crates/mcpmux-gateway/src/pool/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use super::transport::{
};

/// Default connection timeout
const DEFAULT_CONNECT_TIMEOUT: Duration = Duration::from_secs(30);
const DEFAULT_CONNECT_TIMEOUT: Duration = Duration::from_secs(60);

/// Result of a connection attempt
#[derive(Debug)]
Expand Down