Skip to content

Commit

Permalink
Disable background throttling for hub
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 7, 2023
1 parent b07e1c3 commit 1354988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,8 @@ function createHubWindow() {
icon: WINDOW_ICON,
show: false,
webPreferences: {
preload: path.join(__dirname, "preload.js")
preload: path.join(__dirname, "preload.js"),
backgroundThrottling: false
}
};

Expand Down

0 comments on commit 1354988

Please sign in to comment.