mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 17:51:43 +10:00
fix for long waiting times
This commit is contained in:
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user