Remove ZED_SECRET_CLIENT_TOKEN
This commit is contained in:
parent
ba5b969e10
commit
ff60d886f6
5 changed files with 5 additions and 21 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue