This commit is contained in:
parent
f4875f5246
commit
bd270338db
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ export const RESPONSE_TIMEOUT = 15_000;
|
|||
export const RETRY_COUNT = 10;
|
||||
export const RETRY_INTERVAL = 3_000;
|
||||
export const PING_INTERVAL = 3_000;
|
||||
export const TRANSPORT_URL = "https://methanium.net:959";
|
||||
export const TRANSPORT_URL = "https://tensamin.net:959";
|
||||
export const RECONNECT_TRIES = 3;
|
||||
export const RECONNECT_RESET = 6;
|
||||
|
|
|
|||
Loading…
Reference in a new issue