[Fix] Now uses tensamin.net
This commit is contained in:
parent
fc85e9377e
commit
9a66ba1b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ use uuid::Uuid;
|
|||
// Configuration
|
||||
// ============================================================================
|
||||
|
||||
const OMEGA_HOST_DEFAULT: &str = "methanium.net";
|
||||
const OMEGA_HOST_DEFAULT: &str = "tensamin.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