Skip to content

Commit

Permalink
changed auto updater timer from 1 to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
urz9999 committed Jul 1, 2021
1 parent ad12a32 commit 2edb534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const buildAutoUpdater = (win: any): void => {
autoUpdater.allowPrerelease = false;
autoUpdater.autoDownload = false;

const minutes = 1;
const minutes = 10;

const data = {
provider: 'generic',
Expand Down

0 comments on commit 2edb534

Please sign in to comment.