Skip to content

Commit

Permalink
faster refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Aug 31, 2023
1 parent c58e831 commit 39d0e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.inventivetalent.teamcity.sdPlugin/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const action = {
this.refreshUser().then(() => {
if (!this.currentUser) return;

this.clearAndSetInterval('allRefresh', () => this.refreshAllBuilds(), 10000);
this.clearAndSetInterval('allRefresh', () => this.refreshAllBuilds(), 8000);
this.refreshAllBuilds();
});

Expand Down

0 comments on commit 39d0e38

Please sign in to comment.