Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(nsis-compat-updater): reduce retries for quicker responding
Browse files Browse the repository at this point in the history
  • Loading branch information
evshiron committed Apr 20, 2017
1 parent db359ab commit 395a8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nsis-compat-updater/src/lib/NsisCompatUpdater.ts
Expand Up @@ -245,6 +245,7 @@ export class NsisCompatUpdater {
if(!this.versionInfo) {

const versionInfo = await got(this.seed, {
retries: 1,
timeout: 5000,
})
.then((res: any) => JSON.parse(res.body));
Expand Down

0 comments on commit 395a8c1

Please sign in to comment.