Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: remove unused constant
✗ CI failure Fintan Halpenny committed 7 months ago
commit 8f88e91c490773d236704d1ef692a3e5c2c8780e
parent e35dc28babb7e61342acb10eabd1fb4b5687a92d
1 failed (1 total) View logs
1 file changed +0 -3
modified crates/radicle-node/src/wire.rs
@@ -48,9 +48,6 @@ pub const NOISE_XK: HandshakePattern = HandshakePattern {
/// Default time to wait until a network connection is considered inactive.
pub const DEFAULT_CONNECTION_TIMEOUT: time::Duration = time::Duration::from_secs(6);

-
/// Default time to wait when dialing a connection, before the remote is considered unreachable.
-
pub const DEFAULT_DIAL_TIMEOUT: time::Duration = time::Duration::from_secs(6);
-

/// Maximum size of a peer inbox, in bytes.
pub const MAX_INBOX_SIZE: usize = 1024 * 1024 * 2;