From e0b406d017fb655c8657e5f087a2053f394a07d7 Mon Sep 17 00:00:00 2001 From: chanyeong Date: Mon, 12 Aug 2024 16:05:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20protocol=20timeout=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/utils/convert-html-to-pdf.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/utils/convert-html-to-pdf.ts b/src/common/utils/convert-html-to-pdf.ts index 01f80ce..bdcab4f 100644 --- a/src/common/utils/convert-html-to-pdf.ts +++ b/src/common/utils/convert-html-to-pdf.ts @@ -17,6 +17,7 @@ export const convertHTMLToPDF = async (html, callback, options = null, puppeteer } else { browser = await puppeteer.launch({ executablePath: "/usr/bin/chromium-browser", + protocolTimeout: 999_999, args: [ "--no-sandbox", "--disable-dev-shm-usage",