Skip to content

Commit

Permalink
fix: protocol timeout 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 committed Aug 12, 2024
1 parent 517b5e3 commit e0b406d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/utils/convert-html-to-pdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e0b406d

Please sign in to comment.