fix for long waiting times

This commit is contained in:
Amruth Pillai
2025-10-09 00:10:25 +02:00
parent d9b56cfb5b
commit 8803101dcd
2 changed files with 1 additions and 3 deletions

View File

@ -139,8 +139,6 @@ export class PrinterService {
page.waitForSelector('[data-page="1"]', { timeout: 15_000 }),
]);
await page.waitForNetworkIdle({ idleTime: 500, timeout: 15_000 });
const pagesBuffer: Buffer[] = [];
const processPage = async (index: number) => {