account system and syslogs

This commit is contained in:
2026-07-26 18:31:43 +00:00
parent 540f6e0af1
commit 6f7af751e1
37 changed files with 2475 additions and 258 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import type { SupabaseClient } from "@supabase/supabase-js";
import { countryCodeFromIp, countryFlagFromCode } from "@/lib/ip-geolocation";
import type { DbPingReport } from "@/types/database";
const BAD_PING_THRESHOLD_MS = 120;
const BAD_PING_THRESHOLD_MS = 200;
const TOP_ROWS_LIMIT = 20;
type PingReportWithUser = DbPingReport & {