Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
esemeniuc committed Dec 1, 2023
1 parent 33f4e5e commit 5714021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion core/src/proxy/fetch_stage_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use {
},
};

const HEARTBEAT_TIMEOUT: Duration = Duration::from_millis(1500); // Empirically determined from load testing
const DISCONNECT_DELAY: Duration = Duration::from_secs(60);
const METRICS_CADENCE: Duration = Duration::from_secs(1);

Expand Down
5 changes: 1 addition & 4 deletions core/src/proxy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ pub mod fetch_stage_manager;
pub mod relayer_stage;

use {
std::{
net::{AddrParseError, SocketAddr},
result,
},
std::net::{AddrParseError, SocketAddr},
thiserror::Error,
tonic::Status,
};
Expand Down

0 comments on commit 5714021

Please sign in to comment.