diff --git a/app/lib/app.ts b/app/lib/app.ts index 9668cdba..0b078753 100644 --- a/app/lib/app.ts +++ b/app/lib/app.ts @@ -47,6 +47,7 @@ export class Application { } app.commandLine.appendSwitch('disable-http-cache') + app.commandLine.appendSwitch('max-active-webgl-contexts', '9000') app.commandLine.appendSwitch('lang', 'EN') app.allowRendererProcessReuse = false