Moved TTP to this repo and updated other stuff

This commit is contained in:
Alois 2026-03-10 21:04:09 +01:00
commit 38241e57eb
14 changed files with 1823 additions and 71 deletions

View 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";