[fix] correct domain
This commit is contained in:
parent
657cdf50b1
commit
789172cf0e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ use uuid::Uuid;
|
|||
// Configuration
|
||||
// ============================================================================
|
||||
|
||||
const OMEGA_HOST_DEFAULT: &str = "omega.tensamin.net";
|
||||
const OMEGA_HOST_DEFAULT: &str = "methanium.net";
|
||||
const OMEGA_PORT_DEFAULT: u16 = 9187;
|
||||
const RECONNECT_DELAY: Duration = Duration::from_secs(5);
|
||||
const MAX_RECONNECT_DELAY: Duration = Duration::from_secs(300);
|
||||
|
|
|
|||
Loading…
Reference in a new issue