Skip to content

Commit

Permalink
Begin token refresh sooner, #88577
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Macfarlane committed Jan 29, 2020
1 parent 1e54422 commit 8675e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode-account/src/AADHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export class AzureActiveDirectoryService {
} finally {
onDidChangeSessions.fire();
}
}, 1000 * (parseInt(token.expiresIn) - 10)));
}, 1000 * (parseInt(token.expiresIn) - 30)));

this.storeTokenData();
}
Expand Down

0 comments on commit 8675e63

Please sign in to comment.