Remove ZED_SECRET_CLIENT_TOKEN

This commit is contained in:
Conrad Irwin 2024-01-23 10:34:00 -07:00
parent ba5b969e10
commit ff60d886f6
5 changed files with 5 additions and 21 deletions

View file

@ -68,7 +68,6 @@ lazy_static! {
std::env::var("ZED_ALWAYS_ACTIVE").map_or(false, |e| e.len() > 0);
}
pub const ZED_SECRET_CLIENT_TOKEN: &str = "618033988749894";
pub const INITIAL_RECONNECTION_DELAY: Duration = Duration::from_millis(100);
pub const CONNECTION_TIMEOUT: Duration = Duration::from_secs(5);