Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Hardcoded PDF timeout increase
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrumlian committed Mar 7, 2023
1 parent d546bc0 commit ee5c669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ async function get(url, options = {}) {
},
scale: options.scale,
printBackground: true,
timeout: 300000,
});
} catch (e) {
e.status = e.status || 400;
Expand Down

0 comments on commit ee5c669

Please sign in to comment.