Skip to content

Commit

Permalink
Merge pull request #627 from w3c/disable-gpu
Browse files Browse the repository at this point in the history
disable GPU acceleration
  • Loading branch information
deniak authored Dec 22, 2023
2 parents bfcb041 + 55a5181 commit 10acbc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions generators/respec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export async function generate(url) {
const { html, errors, warnings } = await toHTML(url, {
timeout: 30000,
disableSandbox: true,
disableGPU: true,
});
return { html, errors: errors.length, warnings: warnings.length };
} catch (err) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mkdirp": "3.0",
"node-fetch": "3.3.0",
"request": "2.88.2",
"respec": "34.2.1",
"respec": "34.3.0",
"tar-stream": "3.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit 10acbc2

Please sign in to comment.