Reduz carga inicial do dashboard
This commit is contained in:
parent
d1ec70cd69
commit
af49f8265c
|
|
@ -683,7 +683,7 @@ export class Dashboard implements OnInit, AfterViewInit, OnDestroy {
|
|||
}
|
||||
|
||||
private async fetchAllDashboardLines(onlyReserva: boolean): Promise<DashboardLineListItemDto[]> {
|
||||
const pageSize = 500;
|
||||
const pageSize = 5000;
|
||||
let page = 1;
|
||||
const all: DashboardLineListItemDto[] = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue