Big restructure
This commit is contained in:
parent
1d0ebeb2b7
commit
4ee57ab459
69 changed files with 124 additions and 124 deletions
5
packages/ttp/src/values.ts
Normal file
5
packages/ttp/src/values.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
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 TRANSPORT_URL = "https://methanium.net:959";
|
||||
Loading…
Reference in a new issue