mirror of
https://github.com/zebrajr/Reactive-Resume.git
synced 2025-12-06 00:20:04 +01:00
fix for long waiting times
This commit is contained in:
parent
d9b56cfb5b
commit
8803101dcd
|
|
@ -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) => {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@reactive-resume/source",
|
||||
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
|
||||
"version": "4.5.1",
|
||||
"version": "4.5.2",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.18.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user