Includes current frontend and backend work in progress and removes generated artifacts from tracking to keep the repository clean for дальнейшая разработка. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
273 B
TypeScript
6 lines
273 B
TypeScript
/**
|
|
* Порог RTT (мс) для визуала «деградации» на `/uptime` — должен совпадать с
|
|
* `PING_PROBE_WARN_RTT_MS` в `backend/src/constants/ping-probe.ts` (логика `parsePing`).
|
|
*/
|
|
export const PING_PROBE_WARN_RTT_MS = 120
|