Reduz carga inicial do dashboard

This commit is contained in:
Eduardo Lopes 2026-03-12 16:19:07 -03:00
parent d1ec70cd69
commit af49f8265c
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ export class Dashboard implements OnInit, AfterViewInit, OnDestroy {
} }
private async fetchAllDashboardLines(onlyReserva: boolean): Promise<DashboardLineListItemDto[]> { private async fetchAllDashboardLines(onlyReserva: boolean): Promise<DashboardLineListItemDto[]> {
const pageSize = 500; const pageSize = 5000;
let page = 1; let page = 1;
const all: DashboardLineListItemDto[] = []; const all: DashboardLineListItemDto[] = [];