diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 7977723..6f5b841 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,8 +19,6 @@ use russh::{Channel, ChannelId, MethodSet}; use russh_keys::key::KeyPair; use thiserror::Error; -const PEER_TIMEOUT: Duration = Duration::from_secs(30); - #[derive(Debug, Error)] enum Error { #[error("io error: {0}")] |