From 767bc8e56f2d227825496dc1ba676bbdf0ce83ed Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 24 Apr 2021 11:05:37 +0200 Subject: [PATCH] bumped webgl context limit (fixes #3729) --- app/lib/app.ts | 1 + 1 file changed, 1 insertion(+) 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