Skip to content

Commit

Permalink
[core] WEBJS Remove in-process-gpu
Browse files Browse the repository at this point in the history
fix #725
  • Loading branch information
devlikepro committed Jan 9, 2025
1 parent dcca0fa commit efd6b1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/abc/session.abc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ export abstract class WhatsappSession {
'--hide-scrollbars',
'--ignore-certificate-errors',
'--ignore-ssl-errors',
'--in-process-gpu', // https://superuser.com/questions/654565/how-to-run-google-chrome-in-a-single-process
// https://github.com/devlikeapro/waha/issues/725
// '--in-process-gpu', // https://superuser.com/questions/654565/how-to-run-google-chrome-in-a-single-process
'--metrics-recording-only',
'--mute-audio',
'--no-default-browser-check',
Expand Down

0 comments on commit efd6b1d

Please sign in to comment.