[Fix] Now uses tensamin.net
This commit is contained in:
parent
bfb238d7a0
commit
3274471695
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ use uuid::Uuid;
|
|||
// Configuration
|
||||
// ============================================================================
|
||||
|
||||
const OMIKRON_HOST_DEFAULT: &str = "methanium.net";
|
||||
const OMIKRON_HOST_DEFAULT: &str = "tensamin.net";
|
||||
const OMIKRON_PORT_DEFAULT: u16 = 959;
|
||||
const RECONNECT_DELAY: Duration = Duration::from_secs(5);
|
||||
const MAX_RECONNECT_DELAY: Duration = Duration::from_secs(300);
|
||||
|
|
|
|||
Loading…
Reference in a new issue