Skip to content

Commit

Permalink
[core] remove single process
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed Oct 30, 2024
1 parent f1bb445 commit c0b2524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/abc/session.abc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export abstract class WhatsappSession {
'--password-store=basic',
'--renderer-process-limit=2', // https://superuser.com/questions/654565/how-to-run-google-chrome-in-a-single-process
'--safebrowsing-disable-auto-update',
'--single-process',
// '--single-process',
'--use-mock-keychain',
'--window-size=1280,720',
];
Expand Down

0 comments on commit c0b2524

Please sign in to comment.