(feat): add custom ttp urls
All checks were successful
/ deploy (push) Successful in 14m48s

(qol): update todo
This commit is contained in:
Alois 2026-05-11 14:36:12 +02:00
commit 3225b4e652
5 changed files with 82 additions and 21 deletions

View file

@ -2,6 +2,5 @@ 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://tensamin.net:959";
export const RECONNECT_TRIES = 3;
export const RECONNECT_RESET = 6;