chore: synchronize pending app/backend updates and repository hygiene

Includes current frontend and backend work in progress and removes generated artifacts from tracking to keep the repository clean for дальнейшая разработка.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-05-07 12:29:04 +07:00
co-authored by Cursor
parent bdb9b72fac
commit 5f31bb47fb
81 changed files with 11976 additions and 1239 deletions
+6
View File
@@ -0,0 +1,6 @@
/**
* Порог среднего RTT (мс) для ICMP-проб: выше — статус `warn` при потерях ≤1%.
* 60 мс было слишком жёстко для WAN/CDN (например ~6580 мс до 1.1.1.1 из РФ — нормальная география).
* Фронт: держите то же значение в `lib/ping-probe.ts`.
*/
export const PING_PROBE_WARN_RTT_MS = 120