Browse Source

disable background throttling

Eugene Pankov 5 năm trước cách đây
mục cha
commit
ca68905b05
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/lib/window.ts

+ 1 - 0
app/lib/window.ts

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