disable background throttling

This commit is contained in:
Eugene Pankov 2020-02-05 15:22:35 +03:00
parent 2470f5f941
commit ca68905b05

View File

@ -48,6 +48,7 @@ export class Window {
webPreferences: { webPreferences: {
nodeIntegration: true, nodeIntegration: true,
preload: path.join(__dirname, 'sentry.js'), preload: path.join(__dirname, 'sentry.js'),
backgroundThrottling: false,
}, },
frame: false, frame: false,
show: false, show: false,