Fixed ttp frfr
This commit is contained in:
parent
24e969a19c
commit
ec5ee847e0
4 changed files with 588 additions and 633 deletions
|
|
@ -1,5 +1,7 @@
|
|||
export const RESPONSE_TIMEOUT = 15_000;
|
||||
export const RETRY_COUNT = 10;
|
||||
export const RETRY_INTERVAL = 3_000;
|
||||
export const PING_INTERVAL = 5_000;
|
||||
export const PING_INTERVAL = 3_000;
|
||||
export const TRANSPORT_URL = "https://methanium.net:959";
|
||||
export const RECONNECT_TRIES = 3;
|
||||
export const RECONNECT_RESET = 6;
|
||||
Loading…
Reference in a new issue