Use 1000-row Jitsi pages

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Scott Idem
2026-05-06 14:21:08 -04:00
parent cd868460fe
commit 74bc3b3625
3 changed files with 10 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ interface MeetingReport {
events: MeetingEvent[];
}
const JITSI_REPORT_PAGE_SIZE = 500;
const JITSI_REPORT_PAGE_SIZE = 1000;
// MariaDB TEXT columns come back as JSON strings from the API — parse safely.
function safe_parse_meta(raw: unknown): Record<string, unknown> {