[Fix]Connection Stability
This commit is contained in:
parent
ee0202d56a
commit
f304e1df65
11 changed files with 193 additions and 291 deletions
|
|
@ -3,7 +3,7 @@ use std::time::Duration;
|
|||
|
||||
use mtp::crypto::PublicKeyBundle;
|
||||
|
||||
const OMEGA_API_BASE_DEFAULT: &str = "https://tensamin.net:9188";
|
||||
const OMEGA_API_BASE_DEFAULT: &str = "https://omega.tensamin.net";
|
||||
const REQUEST_TIMEOUT: Duration = Duration::from_secs(10);
|
||||
|
||||
pub struct OmikronEndpoint {
|
||||
|
|
|
|||
Loading…
Reference in a new issue