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

Commit

Permalink
Set a minimum 10 minute polling interval to alleviate pressure on the…
Browse files Browse the repository at this point in the history
… service.
  • Loading branch information
jrbriggs committed Nov 5, 2018
1 parent 69d6030 commit e34257a
Show file tree
Hide file tree
Showing 4 changed files with 1,297 additions and 1,565 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ If you don’t wish to send usage data to Microsoft, add the following entry to
```

## Polling interval
The polling interval for the pull request and build status bar indicators defaults to five minutes. You can change this
value in the Visual Studio Code Settings by adding an entry like the one below. The minimum value is 1.
The polling interval for the pull request and build status bar indicators defaults to ten minutes. You can change this
value in the Visual Studio Code Settings by adding an entry like the one below. The minimum value is 10.
```javascript
"team.pollingInterval": 2
"team.pollingInterval": 12
```

## Logging
Expand Down
Loading

0 comments on commit e34257a

Please sign in to comment.